@stdlib/symbol-async-iterator
Async iterator symbol.
Async iterator symbol.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one property in an object passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function.
Test whether at least one element in a collection passes a test implemented by a predicate function, iterating from right to left.
Test whether at least one element in a collection is truthy.
Test whether whether any 'own' property of a provided object satisfies a predicate function.
Create an iterator which returns [index, column] pairs for each column in a matrix (or stack of matrices).
Create an iterator which iterates over each column in a matrix (or stack of matrices).
Create an iterator which returns [index, value] pairs for each element in a provided ndarray.
Create an iterator which returns indices for use indexing into an ndarray having a specified shape.
Create an iterator which iterates over each matrix in a stack of matrices.
Create an iterator which returns [index, matrix] pairs for each matrix in a stack of matrices.
Create an iterator which returns [index, row] pairs for each row in a matrix (or stack of matrices).
Create an iterator which iterates over each row in a matrix (or stack of matrices).
Create an iterator which converts each iterated ndarray to a generic array.
Create an iterator which returns individual elements from a provided ndarray.
Create an iterator which generates a Hann pulse waveform.
Create an iterator which generates a Lanczos pulse waveform.