findSplit

Undocumented in source. Be warned that the author may not have intended to support it.
findSplit
(
R1
R2
)
(
ref R1 haystack
,)
if (
isInputRange!R1 &&
isDynamicArray!R2
&&
isComparable!(ElementType!R1, ElementType!R2)
)

Meta