- opAssign
void opAssign(UniqueArray!(T, Allocator) other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opAssign
void opAssign(Type[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCast
bool opCast()
- opDollar
long opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
inout(Type) opIndex(long i)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Type[] other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(Type other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opOpAssign
void opOpAssign(UniqueArray other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
const(Type)[] opSlice(long i, long j)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
const(Type)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
- opUnary
const(Type[]) opUnary()
Dereference. const since this otherwise could be used to try
and append to the array, which would not be nice
- unique
UniqueArray unique()
Releases ownership and transfers it to the returned
Unique object.