pub const NUMBER_CAPACITY: usize = SMALL_STRING_CAPACITY; // 16usize
Number buffer stack capacity.
If the number is longer than this value, it will be stored on the heap.