ObjectList.indexOf - multiple declarations

Function ObjectList.indexOf

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

int indexOf(
  T item
) const @nogc @safe;

Function ObjectList.indexOf

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

int indexOf(
  string id
);