scroot

Results 5 comments of scroot

Reference document: https://github.com/vlang/v/blob/master/doc/docs.md#c-types ... To cast a voidptr to a V reference, use user := &User(user_void_ptr). **voidptr can also be dereferenced into a V struct through casting: user := User(user_void_ptr).**...