automem v0.0.7 (2017-04-07T00:55:14Z)
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, 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
constructors
this
destructors
~this
functions
opAssign
opCast
opDollar
opIndex
opOpAssign
opSlice
opUnary
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