phobos-next v0.3.8 (2020-08-04T23:11:21Z)
Home
Dub
Repo
FixedArray.readBorrowCountMax
nxt
fixed_array
FixedArray
Maximum value possible for
_readBorrowCount
.
struct
FixedArray
(T, uint capacity_, bool borrowChecked = false)
static if
(
borrowChecked
)
enum
readBorrowCountMax
=
2
^^
readBorrowCountBits
-
1
;
Meta
Source
See Source File
nxt
fixed_array
FixedArray
aliases
Length
capacity
opDollar
put
putMaybe
constructors
this
destructors
~this
functions
back
front
insertBack
insertBackMaybe
moveAt
opEquals
opIndex
opOpAssign
opSlice
popAt
popBack
popBackN
popFront
sliceRO
sliceRW
manifest constants
readBorrowCountMax
properties
empty
full
isBorrowed
isWriteBorrowed
length
readBorrowCount
toString
static functions
fromValuesUnsafe
variables
_length
_store
Maximum value possible for _readBorrowCount.