fn sizeInBaseUpperBound(self: Const, base: usize) usize

Returns the approximate size of the integer in the given base. Negative values accommodate for the minus sign. This is used for determining the number of characters needed to print the value. It is inexact and may exceed the given value by ~1-2 bytes. TODO See if we can make this exact.

Parameters

self: Const,
base: usize,