TabItemList.opIndex - multiple declarations

Function TabItemList.opIndex

get item by index

TabItem opIndex(
  int index
);

const(TabItem) opIndex(
  int index
) const;

Function TabItemList.opIndex

get item by id

TabItem opIndex(
  string id
);