Void Pointer
In C, void *
is used as a generic pointer type. In Boson we will follow more closely the Go style by having something akin to interface{}
.
In C, void *
is used as a generic pointer type. In Boson we will follow more closely the Go style by having something akin to interface{}
.