ctfe_find

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t ctfe_find(const(T)[] collection, const(T) elem, size_t start)
    size_t
    ctfe_find
    (
    T
    )
    (
    const(T)[] collection
    ,
    const(T) elem
    ,
    size_t start = 0
    )
  2. size_t ctfe_find(const(T)[] haystack, const(T)[] needle, size_t start)

Meta