ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
ByteConverter.BigEndian
ocean
util
cipher
misc
ByteConverter
ByteConverter
Conversions between big endian integrals and bytes
struct
ByteConverter
struct
BigEndian {
static
T
to
(const(void)[] x_);
static
ubyte
[]
from
(T input);
}
Members
Static functions
from
ubyte
[]
from
(T input)
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
ocean
util
cipher
misc
ByteConverter
ByteConverter
static functions
hexDecode
hexEncode
structs
BigEndian
LittleEndian
Conversions between big endian integrals and bytes