automem v0.3.3 (2018-07-28T17:23:20Z)
Dub
Repo
UniqueArray.this
automem
unique_array
UniqueArray
Non-singleton allocator, must be passed in
this
(size_t size)
this
(size_t size, Type init)
this
(R range)
this
(Allocator allocator)
struct
UniqueArray
(Type, Allocator = typeof(theAllocator))
static if
(!(
isGlobal
))
this
(
Allocator
allocator
)
if
(
isAllocator
!
Allocator
)
this
(Allocator allocator, size_t size)
this
(Allocator allocator, size_t size, Type init)
this
(Allocator allocator, R range)
this
(UniqueArray!(T, Allocator) other)
Meta
Source
See Implementation
automem
unique_array
UniqueArray
aliases
move
constructors
this
destructors
~this
functions
dup
opAssign
opBinary
opCast
opDollar
opIndex
opOpAssign
opSlice
opUnary
ptr
reserve
unique
manifest constants
isGlobal
isSingleton
isTheAllocator
postblits
this(this)
properties
length
Non-singleton allocator, must be passed in