automem.unique_array

Undocumented in source.

Members

Functions

defaultTest
void defaultTest()
Undocumented in source. Be warned that the author may not have intended to support it.
makeUniqueArray
auto makeUniqueArray(A2 allocator, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin TestUtils
Undocumented in source.

Mixin templates

AllocatorAlias
mixintemplate AllocatorAlias(T)
Undocumented in source.

Structs

UniqueArray
struct UniqueArray(Type, Allocator = typeof(theAllocator))
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