ObjectList.indexOf

find child index for item, return -1 if not found

  1. int indexOf(T item)
    struct ObjectList(T)
    @safe @nogc const
    int
    indexOf
    ()
  2. int indexOf(string id)

Meta