Aw

Undocumented in source.

Constructors

this
this(Allocator alloc)
Undocumented in source.
this
this(RefCounted!(ArrT, Allocator) d)
Undocumented in source.

Alias This

get

Members

Aliases

ArrT
alias ArrT = UniqueArray!(Tup, Allocator)
Undocumented in source.

Functions

get
auto ref get()
Undocumented in source. Be warned that the author may not have intended to support it.
move
ArrT move()
Undocumented in source. Be warned that the author may not have intended to support it.
move2
auto move2()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
RefCounted!(ArrT, Allocator) data;
Undocumented in source.

Meta