jaypha-base ~master (2017-04-21T07:13:56Z)
Dub
Repo
findSplit
jaypha
algorithm
Undocumented in source. Be warned that the author may not have intended to support it.
auto
findSplit
(
R1
R2
)
(
ref
R1
haystack
,
R2
needle
)
if
(
isInputRange
!
R1
&&
isDynamicArray
!
R2
&&
isComparable
!(
ElementType
!
R1
,
ElementType
!
R2
)
)
Meta
Source
See Implementation
jaypha
algorithm
functions
diff
findSplit
grab
munch
structs
rtMap
templates
meld