Documentation
¶
Index ¶
Constants ¶
View Source
const ( BINARY = `01` DNA = `ACTG` OCTAL = `01234567` DECIMAL = `0123456789` HEXADECIMAL = DECIMAL + `ABCDEF` LOWERCASE = `abcdefghijklmnopqrstuvwxyz` UPPERCASE = `ABCDEFGHIJKLMNOPQRSTUVWXYZ` BASE64 = UPPERCASE + LOWERCASE + DECIMAL + `+/` ASCII = ` !"#$%&'()*+,-./` + DECIMAL + `:;<=>?@` + UPPERCASE + `[\]^_` + "`" + LOWERCASE + `{|}~` )
Variables ¶
This section is empty.
Functions ¶
func NewAlphabet ¶
func NewAlphabet(s string) *alphabet
Types ¶
Click to show internal directories.
Click to hide internal directories.