__arrayStart

fnvoid *__arrayStart __arrayStart()(return scope BlkInfo info) nothrow pure

Get the start of the array for the given block.

Parameters

infoarray metadata
basepointer to base of memory block
sizesize of memory block.

Returns

pointer to the start of the array
fnvoid *__arrayStart __arrayStart()(return scope void * base, size_t size) nothrow pure

Ditto