vox v0.2.0 (2022-04-19T16:16:42Z)
Dub
Repo
ParameterSlotIterator
vox
ir
ir_vm
Undocumented in source.
struct
ParameterSlotIterator {
IrVm
*
vm
;
int
opApply
(int delegate(uint, IrVmSlotInfo) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(uint, IrVmSlotInfo) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vm
IrVm
*
vm
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_vm
structs
IrVm
IrVmSlotInfo
ParameterSlotIterator