Documentation
¶
Index ¶
Constants ¶
View Source
const ( MinBase uint32 = 2 MaxBase uint32 = 256 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidBaseError ¶
type InvalidBaseError struct {
// contains filtered or unexported fields
}
func (InvalidBaseError) Error ¶
func (e InvalidBaseError) Error() string
type InvalidCharError ¶
type InvalidCharError struct {
// contains filtered or unexported fields
}
func (InvalidCharError) Error ¶
func (e InvalidCharError) Error() string
type Transformer ¶
type Transformer struct {
// contains filtered or unexported fields
}
func MustNewTransformer ¶
func MustNewTransformer(iBase uint32, oBase uint32) *Transformer
func NewTransformer ¶
func NewTransformer(iBase uint32, oBase uint32) (*Transformer, error)
Click to show internal directories.
Click to hide internal directories.