select abstract method
Adds value
to list of selected items.
Returns true if value was not previously selected.
Implementation
bool select(T value);
Adds value
to list of selected items.
Returns true if value was not previously selected.
bool select(T value);