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