Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SwapEngine ¶
type SwapEngine struct{}
SwapEngine is the swapping controller.
func (*SwapEngine) GetAlpha ¶
func (se *SwapEngine) GetAlpha(i int) rune
GetAlpha returns the i-th alphabet character.
func (*SwapEngine) GetAlphaCap ¶
func (se *SwapEngine) GetAlphaCap(i int) rune
GetAlphaCap returns the i-th capitalized alphabet character.
func (*SwapEngine) GetNum ¶
func (se *SwapEngine) GetNum(i int) rune
GetNum returns the i-th integer.
func (*SwapEngine) GetSpecial ¶
func (se *SwapEngine) GetSpecial(i int) rune
GetSpecial returns the i-th special character.
Click to show internal directories.
Click to hide internal directories.