Supports format specifications via an array, where format follows
the notation given below:
typewidthprefix
Type is one of [d, g, u, b, x, o] or uppercase equivalent, and
dictates the conversion radix or other semantics.
Width is optional and indicates a minimum width for zero-padding,
while the optional prefix is one of ['#', ' ', '+'] and indicates
what variety of prefix should be placed in the output. e.g.
Note that the specified width is exclusive of the prefix, though
the width padding will be shrunk as necessary in order to ensure
a requested prefix can be inserted into the provided output.
Supports format specifications via an array, where format follows the notation given below:
Type is one of [d, g, u, b, x, o] or uppercase equivalent, and dictates the conversion radix or other semantics.
Width is optional and indicates a minimum width for zero-padding, while the optional prefix is one of ['#', ' ', '+'] and indicates what variety of prefix should be placed in the output. e.g.
Note that the specified width is exclusive of the prefix, though the width padding will be shrunk as necessary in order to ensure a requested prefix can be inserted into the provided output.