FixedArray.readBorrowCount

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

Return Value

Type: uint

number of read-only borrowers of this.

Meta