Module buffer

Module buffer 

Source

Structsยง

ArrayBuffer ๐Ÿ”’
An uninitialized slice of bytes of fixed size.
BorrowedBuffer ๐Ÿ”’
A borrowed buffer for writing into an uninitialized slice of bytes.
BorrowedWriter ๐Ÿ”’
A buffering abstraction on top of BorrowedBuffer.

Constantsยง

BROAD_MINIMUM_BUFFER_LEN ๐Ÿ”’
The minimum buffer length required for any of BorrowedBufferโ€™s integer formatting APIs to work.
MAX_CAPACITY ๐Ÿ”’
MAX_INTEGER_LEN ๐Ÿ”’
MAX_PRECISION ๐Ÿ”’
RADIX_100_SPACE ๐Ÿ”’
All integers in the range 0..=99, space padded.
RADIX_100_ZERO ๐Ÿ”’
All integers in the range 0..=99, zero padded.

Functionsยง

digits ๐Ÿ”’
Returns the number of digits in the decimal representation of n.