asn1 ~master (2019-04-27T14:06:40Z)
Home
Dub
Repo
Byteable
asn1
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
asn1
interfaces
interfaces
Byteable
An interface for anything that can be converted to and from bytes.