Built-In Class Array
extensions for Arrays
Method Attributes | Method Name and Description |
---|---|
contains(element)
|
|
remove(element)
remove all occurences of element in the array
|
Method Detail
contains(element)
- Parameters:
- element
remove(element)
remove all occurences of element in the array
- Parameters:
- element