lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ptrdiff_t lastIndexOf(T[] arr, D val)
  2. ptrdiff_t lastIndexOf(T[] arr, T[] val)
    ptrdiff_t
    lastIndexOf
    (
    T
    )
    (
    in T[] arr
    ,
    in T[] val
    )
    if (
    !isSomeChar!T &&
    is(typeof(arr[0 .. 1] == val[0 .. 1]))
    )

Meta