phobos-next ~master (2024-03-19T05:49:32Z)
Home
Dub
Repo
Owned.readBorrowCount
nxt
owned
Owned
struct
Owned
(Container)
pragma(
inline
) pure nothrow @
safe
@
nogc
@
property
const
uint
readBorrowCount
(
)
if
(
needsOwnership
!
Container
)
Return Value
Type:
uint
number of read-only borrowers of owned container.
Meta
Source
See Implementation
nxt
owned
Owned
aliases
Range
destructors
~this
functions
move
moveEmplace
opSlice
sliceRO
sliceRW
manifest constants
readBorrowCountMax
properties
isBorrowed
isWriteBorrowed
readBorrowCount
variables
_container
_readBorrowCount
_writeBorrowed