simplefixedsizearray v0.0.3 (2018-10-12T22:56:44Z)
Dub
Repo
SFA.length_
simplefixedsizearray
SFA
Undocumented in source.
ubyte
length_
;
ushort
length_
;
struct
SFA
(T, size_t Size = 32)
static if
(!(
Size <= ubyte.max
))
static if
(
Size <= ushort.max
)
ushort
length_
;
size_t
length_
;
Meta
Source
See Implementation
simplefixedsizearray
SFA
destructors
~this
functions
insertBack
opIndex
opSlice
remove
removeAll
removeBack
properties
back
empty
front
hasCapacity
length
structs
SFARange
variables
length_
store