vox ~master (2022-05-02T18:23:10Z)
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