automem

Undocumented in source.

Modules

allocator
module automem.allocator

Custom versions of std.experimental.allocator functions (unfortunately)

ref_counted
module automem.ref_counted
Undocumented in source.
test_utils
module automem.test_utils
Undocumented in source.
traits
module automem.traits
Undocumented in source.
unique
module automem.unique
Undocumented in source.
unique_array
module automem.unique_array
Undocumented in source.
utils
module automem.utils
Undocumented in source.

Public Imports

automem.unique
public import automem.unique;
Undocumented in source.
automem.unique_array
public import automem.unique_array;
Undocumented in source.
automem.ref_counted
public import automem.ref_counted;
Undocumented in source.

Members

Mixins

__anonymous
mixin TestUtils
Undocumented in source.

Mixed In Members

From mixin TestUtils

theTestAllocator
auto theTestAllocator()

Returns an object that, while in scope, replaces whatever theAllocator was with TestAllocator.

before
void before()
Undocumented in source. Be warned that the author may not have intended to support it.
after
void after()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
_writelnUt
void _writelnUt(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta