phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
ArrayStore.length
nxt
container
array_store
ArrayStore
Undocumented in source. Be warned that the author may not have intended to support it.
struct
ArrayStore
(T, Allocator = GCAllocator, Capacity = size_t)
pragma(
inline
, true) const @
trusted
pure nothrow @
nogc
Capacity
length
(
)
if
(
!
is
(immutable
T
== immutable
bool
) &&
(
is
(
Capacity
==
ulong
) ||
is
(
Capacity
==
uint
)
)
&&
isAllocator
!
Allocator
)
Meta
Source
See Implementation
nxt
container
array_store
ArrayStore
constructors
this
functions
capacity
length
opSlice
ptr
manifest constants
isNoGc
variables
_capacity
_length
_ptr
_slice