tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
ByteConverter.BigEndian
tango
util
cipher
Cipher
ByteConverter
Conversions between big endian integrals and bytes
struct
ByteConverter
struct
BigEndian {
static
T
to
(const(void[]) x_);
static
void
from
(T input, ubyte[] output);
}
Members
Static functions
from
void
from
(T input, ubyte[] output)
Undocumented in source. Be warned that the author may not have intended to support it.
to
T
to
(const(void[]) x_)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
tango
util
cipher
Cipher
ByteConverter
static functions
base32Decode
base32Encode
hexDecode
hexEncode
structs
BigEndian
LittleEndian
Conversions between big endian integrals and bytes