Structsยง
- Array
Buffer ๐ - An uninitialized slice of bytes of fixed size.
- Borrowed
Buffer ๐ - A borrowed buffer for writing into an uninitialized slice of bytes.
- Borrowed
Writer ๐ - 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.