Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SequenceLengthNoMatch = errors.New("Sequence length is wrong") NonAlphabetCharacter = errors.New("Non Alphabet Character") )
Functions ¶
This section is empty.
Types ¶
type IntegerCodecs ¶
type IntegerCodecs struct {
StringCodecs
}
func Integer ¶
func Integer(ffx string, length int) *IntegerCodecs
type StringCodecs ¶
type StringCodecs struct {
// contains filtered or unexported fields
}
func String ¶
func String(ffx, alphabet string, length int) *StringCodecs
Click to show internal directories.
Click to hide internal directories.