phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
StaticArray.readBorrowCountMax
nxt
container
static_array
StaticArray
Maximum value possible for
_readBorrowCount
.
struct
StaticArray
(T, uint capacity_, bool borrowChecked = false)
static if
(
borrowChecked
)
enum
readBorrowCountMax
=
2
^^
readBorrowCountBits
-
1
;
Meta
Source
See Source File
nxt
container
static_array
StaticArray
aliases
Length
capacity
opDollar
put
putMaybe
constructors
this
destructors
~this
functions
back
clear
front
insertBack
insertBackMaybe
moveAt
opEquals
opIndex
opOpAssign
popAt
popBack
popBackN
popFront
sliceRO
sliceRW
takeBack
manifest constants
readBorrowCountMax
properties
empty
full
isBorrowed
isWriteBorrowed
length
opSlice
readBorrowCount
toString
static functions
fromValuesUnsafe
variables
_length
_store
Maximum value possible for _readBorrowCount.