module

Dusic::AlphabetEncoding

Constants

ALPHABET_ENCODING_SYMBOLS = ('a'..'z').to_a + ('A'..'Z').to_a

Instance methods

alphabet_decode(str : String) : UInt64
Source
alphabet_encode(int : UInt64) : String
Source