CommandParsingContext.bitStorageSize

Undocumented in source.
  1. enum bitStorageSize;
    struct CommandParsingContext(size_t numBitsInStorage)
    static if(numBitsInStorage > 0)
    enum bitStorageSize = getNumberOfSizetsNecessaryToHoldBits(numBitsInStorage);
  2. enum size_t bitStorageSize;

Meta