triangularProbeFromIndexIncludingHoles

Undocumented in source. Be warned that the author may not have intended to support it.
size_t
triangularProbeFromIndexIncludingHoles
(
alias hitPred
alias holePred
alias assumeNonFullHaystack = false
T
)
(
const scope T[] haystack
,
size_t index
,
ref size_t holeIndex
)
if (
(
is(typeof(unaryFun!hitPred(T.init))) ||
is(typeof(binaryFun!hitPred(size_t.init, T.init)))
)
||
(
is(typeof(unaryFun!holePred(T.init))) ||
is(typeof(binaryFun!holePred(size_t.init, T.init)))
)
)

Meta