array_toPtr

Convert array to a pointer to the data.

extern (C++)
array_toPtr

Parameters

t Type

array type

e elem*

array to convert, it is "consumed" by the function

Return Value

Type: elem*

e rebuilt into a pointer to the data

Suggestion Box / Bug Report