lastIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t lastIndexOf(T[] str, T ch)
    version(darwin)
    size_t
    lastIndexOf
    (
    T
    )
    (
    T[] str
    ,
    T ch
    )
  2. size_t lastIndexOf(T[] str, T ch, size_t formIndex)

Meta