TData.indexOf

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

Meta