slicesOver

Given an array and a reference to an element, return whether the array slices over the element reference.

bool
slicesOver
(
T
)
(
const(T)[] arr
,
ref const T element
)

Meta