StaticArray.readBorrowCount

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

Return Value

Type: uint

number of read-only borrowers of this.

Meta