Module base

Source

Structs§

NumberWithBase
Utility struct for parsing numbers and formatting them into different bases.

Enums§

Base
Represents a number’s radix or base. Currently it supports the same bases that std::fmt supports.

Traits§

ToBase
Facilitates formatting an integer into a Base.

Functions§

get_sign 🔒