dusybox ~master (2022-02-04T12:35:29.4841404)
Dub
Repo
Bar
dusybox
plot
tobars
Undocumented in source.
struct
Bar {
string
key
;
uint
len
;
double
value
;
static
ulong
max_key_width
;
this
(string key, double len, double value);
string
toString
();
static
void
reset
();
bool
opEquals
(Bar rhs);
}
Constructors
this
this
(string key, double len, double value)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Bar rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
reset
void
reset
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
max_key_width
ulong
max_key_width
;
Undocumented in source.
Variables
key
string
key
;
Undocumented in source.
len
uint
len
;
Undocumented in source.
value
double
value
;
Undocumented in source.
Meta
Source
See Implementation
dusybox
plot
tobars
functions
tobars
structs
Bar