StaticArray.readBorrowCountMax

Maximum value possible for _readBorrowCount.

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

Meta