-
-
Returns any Ink in the collection.
-
-
Displays the number of elements in the Ink.
-
-
Returns every Ink in the collection.
-
-
Returns the first Ink in the collection.
-
-
Returns the Ink with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Ink with the specified ID.
-
-
Returns the Ink with the specified name.
-
| itemByRange( |
from, to) |
→ Ink |
-
Returns the Inks within the specified range.
from
|
The Ink, index, or name at the beginning of the range. Can accept: Ink, Long Integer or String.
|
to
|
The Ink, index, or name at the end of the range. Can accept: Ink, Long Integer or String.
|
-
-
Returns the last Ink in the collection.
-
-
Returns the middle Ink in the collection.
-
-
Returns the Ink whose index follows the specified Ink in the collection.
obj
|
Ink
The Ink whose index comes before the desired Ink.
|
-
-
Returns the Ink with the index previous to the specified index.
obj
|
Ink
The index of the Ink that follows the desired Ink.
|
-
-
Generates a string which, if executed, will return the Ink.