nu_storageT

Gets the storage space used by object.

ref @nogc nothrow @trusted
void[AllocSize!T]
nu_storageT
(
T
)
(
ref T object
)

Parameters

object T

The object to get the storage space of.

Return Value

Type: void[AllocSize!T]

The storage of the provided object; cast to a static void array reference.

Meta