Storage

Basic storage

struct Storage (
Allocator_
) {
enum deviceof;
enum deviceof;
enum pinned;
enum pinned;
void[] payload;
Allocator allocator;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Alias This

payload

Meta