bestFitInterval

@safe @safe pure nothrow
Nullable!size_t
bestFitInterval
(
const SysTime time
,
const Interval!SysTime[] candidates
)

Return Value

Type: Nullable!size_t

the index of the interval that enclose time.

Meta