tagion.hibon.HiBONtoText

Undocumented in source.

Public Imports

tagion.basic.Types
public import tagion.basic.Types;
Undocumented in source.

Members

Enums

hex_prefix
anonymousenum hex_prefix
Undocumented in source.

Functions

decode
immutable(ubyte[]) decode(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeBase64
Document decodeBase64(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBase64
string encodeBase64(const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBase64
string encodeBase64(const(T) t)
Undocumented in source. Be warned that the author may not have intended to support it.
isBase64Prefix
bool isBase64Prefix(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
isHexPrefix
bool isHexPrefix(const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta