findLastSkip

Array-specialization of findSkip with default predicate that finds the last skip.

  1. auto findLastSkip(inout(T)[] haystack, T[] needle)
    @trusted
    findLastSkip
    (
    T
    )
    (
    scope ref inout(T)[] haystack
    ,
    scope const T[] needle
    )
  2. auto findLastSkip(inout(T)[] haystack, T needle)
  3. bool startsWith(T[] haystack, T[] needle)
  4. bool startsWith(T[] haystack, T needle)

Meta