sel-hncom ~master (2018-02-19T18:43:11Z)
Dub
Repo
IO
sel
hncom
io
Undocumented in source.
mixin template
IO (
E
...
) {
import
sel
.
hncom
.
io
:
IOImpl
,
encodeType
;
;
mixin
IOImpl
!
E
;
ubyte
[]
encode
();
typeof
(
this
)
decode
(ubyte[] buffer);
static
typeof
(
this
)
fromBuffer
(ubyte[] buffer);
}
Members
Functions
decode
typeof
(
this
)
decode
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte
[]
encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
IOImpl
!
E
Undocumented in source.
Static functions
fromBuffer
typeof
(
this
)
fromBuffer
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sel
hncom
io
functions
decodeAddress
decodeArray
decodeLength
decodeType
encodeAddress
encodeArray
encodeLength
encodeType
mixin templates
IO
IOImpl