overlapsInOrder

pure nothrow @safe @nogc @trusted pure nothrow @nogc
inout(T)[]
overlapsInOrder
(
T
)
(
inout(T)[] a
,
inout(T)[] b
)

Return Value

Type: inout(T)[]

Slice Overlap of a and b in order given by arguments.

Meta