NyListGeneric<T> extension
Extensions for List
- on
-
- List<
T>
- List<
Methods
-
toggleValue(
T value) → void -
Toggle a value in list
if
value
exists, remove it ifvalue
does not exist, add it
Extensions for List
value
exists, remove it
if value
does not exist, add it