dmocks v2.0.1 (2018-03-13T08:10:41Z)
Home
Dub
Repo
Interval
dmocks
interval
Undocumented in source.
package
struct
Interval {
bool
Valid
();
int
Min
[@property getter];
int
Max
[@property getter];
string
toString
();
this
(int min, int max);
void
enforceValid
();
}
Constructors
this
this
(int min, int max)
Undocumented in source.
Members
Functions
Valid
bool
Valid
()
Undocumented in source. Be warned that the author may not have intended to support it.
enforceValid
void
enforceValid
()
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.
Properties
Max
int
Max
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Min
int
Min
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dmocks
interval
structs
Interval