vmc-d ~master (2022-03-25T07:33:38.1356948)
Dub
Repo
Bundle
osc
bundle
struct
Bundle {
this
(BundleElement[] bundleElements, SysTime utcSysTime, bool isImmediately);
this
(ubyte[] bundle);
string
toString
();
ubyte
[]
opCast
();
size_t
size
();
const
(
BundleElement
)[]
elements
();
}
Constructors
this
this
(BundleElement[] bundleElements, SysTime utcSysTime, bool isImmediately)
this
this
(ubyte[] bundle)
Members
Functions
elements
const
(
BundleElement
)[]
elements
()
opCast
ubyte
[]
opCast
()
size
size_t
size
()
toString
string
toString
()
Meta
Source
See Implementation
osc
bundle
structs
Bundle
BundleElement