containsAt

Like startsWith, but with an offset.

bool
containsAt
(
T
)
(
in T[] haystack
,
in T[] needle
,
size_t offset
)

Meta