phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
PackedString.smallCapacity
nxt
packed_string
PackedString
Capacity of small variant where
length
fits in
lengthBits
.
struct
PackedString
enum
smallCapacity
=
(
2
^^
lengthBits
-
1
) -
1
;
Meta
Source
See Source File
nxt
packed_string
PackedString
aliases
Large
constructors
this
functions
length
opSlice
ptr
toString
manifest constants
addressBits
lengthBits
smallCapacity
totalBits
properties
isLarge
variables
addressMask
lengthMask
Capacity of small variant where length fits in lengthBits.