Array.memUsage

Allocated heap memory in bytes. This is recursive if V has a .memUsage property. Otherwise it is equal to V.sizeof * capacity

struct Array(V)
const pure nothrow @property @trusted
size_t
memUsage
()

Meta