isInRange

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow @safe
bool
isInRange
(
string bd = "[]"
)
(
float t
,
float min
,
float max
)
if (
bd.length == 2 &&
(
bd[0] == '[' ||
bd[1] == '('
)
&&
(
bd[1] == ']' ||
bd[1] == ')'
)
)

Meta