vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
UsePosition
vox
be
reg_alloc
use_pos
Undocumented in source.
struct
UsePosition {
this
(uint _pos, UseKind _kind);
void
toString
(void delegate(const(char)[]) sink);
}
Constructors
this
this
(uint _pos, UseKind _kind)
Undocumented in source.
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vox
be
reg_alloc
use_pos
enums
UseKind
manifest constants
ENUM_STEP
MAX_USE_POS
MIN_USE_POS
structs
UsePosition