alid.blockreusable

Implements a memory block to place elements on.

Members

Functions

assertInitialState
void assertInitialState(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
makeValue
auto makeValue(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
makeValue
auto makeValue(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin NogcError!"block"
Undocumented in source.

Structs

ReusableBlock
struct ReusableBlock(T, Flag!"dtors" dtors = Yes.dtors)

A reusable memory block for placing objects on.

Meta