ShouldList.approximately

Undocumented in source. Be warned that the author may not have intended to support it.
struct ShouldList(T)
@trusted
approximately
(
V
)
(,
double maxRelDiff = 1e-05
,
const string file = __FILE__
,
const size_t line = __LINE__
)
if (
isInputRange!(T)
)

Meta