TData.indexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. sizediff_t indexOf(const(T)[] needle)
    struct TData(T)
    package const
    sizediff_t
    indexOf
    (
    const(T)[] needle
    )
    if (
    !hasIndirections!T
    )
  2. sizediff_t indexOf(const(void)[] needle)

Meta