phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
ArrayStore.this
nxt
container
array_store
ArrayStore
Undocumented in source.
this
(T[] slice, Capacity length)
struct
ArrayStore
(T, Allocator = GCAllocator, Capacity = size_t)
pragma(
inline
, true) @
trusted
pure nothrow @
nogc
this
(
T
[]
slice
,
in
Capacity
length
)
if
(
!
is
(immutable
T
== immutable
bool
) &&
(
is
(
Capacity
==
ulong
) ||
is
(
Capacity
==
uint
)
)
&&
isAllocator
!
Allocator
)
this
(T* ptr, Capacity capacityAndLength)
this
(T* ptr, Capacity capacity, Capacity length)
Meta
Source
See Implementation
nxt
container
array_store
ArrayStore
constructors
this
functions
capacity
length
opSlice
ptr
manifest constants
isNoGc
variables
_capacity
_length
_ptr
_slice