automem v0.3.3 (2018-07-28T17:23:20Z)
Dub
Repo
UniqueArray.this
automem
unique_array
UniqueArray
The allocator is global, so no need to pass it in to the constructor
this
(size_t size)
struct
UniqueArray
(Type, Allocator = typeof(theAllocator))
static if
(
isGlobal
)
this
(
size_t
size
)
if
(
isAllocator
!
Allocator
)
this
(size_t size, Type init)
this
(R range)
this
(Allocator 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
The allocator is global, so no need to pass it in to the constructor