Function ItemList.removeItem
Removes the item specified by idx
index from the list.
void removeItem
(
const(long) idx
) nothrow @nogc;
Removes the item specified by idx
index from the list.
void removeItem
(
const(long) idx
) nothrow @nogc;