descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
lim_t
des
util
algo
Undocumented in source.
struct
lim_t (
T
)
if
(
isNumeric
!
T
) {
T
minimum
;
T
maximum
;
bool
fix
;
this
(T Min, T Max);
T
opCall
(T old, T nval);
}
Constructors
this
this
(T Min, T Max)
Undocumented in source.
Members
Functions
opCall
T
opCall
(T old, T nval)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fix
bool
fix
;
maximum
T
maximum
;
Undocumented in source.
minimum
T
minimum
;
Undocumented in source.
Meta
Source
See Implementation
des
util
algo
functions
oneOf
structs
ValueHandler
lim_t
templates
amap