Owned.readBorrowCount

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