Owned._readBorrowCount

number of readable borrowers. TODO: use size_t minus one bit instead in size_t _stats

struct Owned(Container)
pragma(inline) pure nothrow @safe @nogc @property
uint _readBorrowCount;

Meta