ListWrapArray.indexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int indexOf(TValue value)
  2. int indexOf(Object value)
    template ListWrapArray(TValue, alias Array, alias ItemAddingCallback, alias ItemAddedCallback, alias ItemRemovingCallback, alias ItemRemovedCallback, bool OVERLOAD_STRING = false, bool OVERLOAD_OBJECT = false, bool COW = true, bool CLEAR_EACH = false)
    static if(OVERLOAD_OBJECT)
    int
    indexOf
    (
    Object value
    )
  3. int indexOf(Dstring value)

Meta