module Base83
Extended Modules
Defined in:
blurhash/base83.crConstant Summary
-
CHARSET =
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~"
Instance Method Summary
- #decode(str : String) : Int64
- #encode(io : IO, value : Int, length : Int) : Nil
- #encode(value : Int, length : Int) : String