length constant
int
const length
Total length of a rendered ULID.
Implementation
static const int length = timeLength + randomLength;
Total length of a rendered ULID.
static const int length = timeLength + randomLength;