asn1 v1.0.2 (2018-01-18T01:40:41Z)
Home
Dub
Repo
Byteable
interfaces
An interface for anything that can be converted to and from bytes.
interface
Byteable {
size_t
fromBytes
(ubyte[] );
ubyte
[]
toBytes
();
}
Members
Functions
fromBytes
size_t
fromBytes
(ubyte[] )
toBytes
ubyte
[]
toBytes
()
Meta
Source
See Implementation
interfaces
interfaces
Byteable
An interface for anything that can be converted to and from bytes.