FixedArray.readBorrowCountMax

Maximum value possible for _readBorrowCount.

struct FixedArray(T, uint capacity_, bool borrowChecked = false)
enum readBorrowCountMax = 2^^readBorrowCountBits - 1;

Meta