Thin wrapper around tern.experimental.ds_allocator that allows for allocating a type in the data segment.
Helper function to create a constexpr
Allocates T in the data segment when T is a dynamic array, this is used identically to T normally.
Allocates T in the data segment when T is *not* a dynamic array, this is used identically to T normally.
See Source File
Thin wrapper around tern.experimental.ds_allocator that allows for allocating a type in the data segment.