mir-algorithm — Libmir Archive
← Libmir Archive
Dlang.org
Blob
mir
lob
This is a sequence of octets with no interpretation (and thus opaque to the application).
@
serdeRegister
struct
Blob {
const
(
ubyte
)[]
data
;
int
opCmp
(typeof(this) rhs);
}
Members
Functions
opCmp
int
opCmp
(typeof(this) rhs)
Variables
data
const
(
ubyte
)[]
data
;
mir
lob
structs
Blob
Clob
This is a sequence of octets with no interpretation (and thus opaque to the application).