TabItemList.get - multiple declarations

Function TabItemList.get

get item by index

TabItem get(
  int index
);

const(TabItem) get(
  int index
) const;

Function TabItemList.get

get item by id

TabItem get(
  string id
);

const(TabItem) get(
  string id
) const;