Value.opCast

Obtains a pointer to the value array instance. Should only be used in special situations where it would be unreasonably difficult to use the other access methods.

struct Value
void[]*
opCast
()

Return Value

Type: void[]*

a pointer to the value array instance.

Meta