FixedArray.readBorrowCount

struct FixedArray(T, uint capacity_, bool borrowChecked = false)
pragma(inline, true) @property const
static if(borrowChecked)
uint
readBorrowCount
()

Return Value

Type: uint

number of read-only borrowers of this.

Meta