Iterate over the contents of the array.
Test whether a value is an array with identical contents to this array.
Find the index at which the given value first occurs in the array,
optionally starting at fromIndex. If the value doesn't occur in the
array, return -1.
OptionalfromIndex: numberTest whether the array is empty.
Get the size of the array.
StaticisTest whether a value is a Signal.ReadonlyArray.
A read-only view of a Signal.Array.
This acts just like the Signal.Array it was created from, mirroring the current contents of the source array, but without the ability to modify it.