virc v0.0.0 (2023-02-01T07:00:14Z)
Dub
Repo
ModeChange
virc
modes
Full metadata associated with a mode change.
struct
ModeChange {
Mode
mode
;
Change
change
;
void
toString
(T sink);
}
Members
Functions
toString
void
toString
(T sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
change
Change
change
;
mode
Mode
mode
;
Meta
Source
See Implementation
virc
modes
enums
Change
ModeType
functions
parseModeString
toModeString
toModeStringLazy
structs
Mode
ModeChange
Full metadata associated with a mode change.