evael v0.0.1 (2019-04-17T22:22:13Z)
Dub
Repo
Packet
evael
network
Packet
Undocumented in source.
struct
Packet {
DynamicArray
!
ubyte
data
;
this
(size_t capacity);
void
dispose
();
}
Constructors
this
this
(size_t capacity)
Undocumented in source.
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
DynamicArray
!
ubyte
data
;
Undocumented in source.
Meta
Source
See Implementation
evael
network
Packet
structs
Packet