vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
IrSmallSetIterator
vox
ir
ir_small_set
Undocumented in source.
struct
IrSmallSetIterator {
IrSmallSet
array
;
IrFunction
*
ir
;
int
opApply
(int delegate(IrIndex, uint) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(IrIndex, uint) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
array
IrSmallSet
array
;
Undocumented in source.
ir
IrFunction
*
ir
;
Undocumented in source.
Meta
Source
See Implementation
vox
ir
ir_small_set
structs
IrSmallSet
IrSmallSetIterator