scodec.bits.Bases.Alphabets
Binary alphabet that uses {t, f} and allows whitespace and underscores for separation.
{t, f}
Indicates whether the specified character should be ignored.
Converts the specified index to a character.
if the specified byte is not supported by this alphabet
Converts the specified char to an index.
if the specified char is not supported by this alphabet
Binary alphabet that uses
{t, f}
and allows whitespace and underscores for separation.