A group of functions for working with Maps.
Resolve a path by walking parent directories.
Return the first index at which a given element can be found.
A pack of functions for working with Sets.
A collection of methods for working with Objects.
A collection of functions for operating upon Entries.
Test if an array-like value contains a search value.
Return the index of the first element which equals a provided search element.
Resolve a path according to a predicate function by walking parent directories.
Find elements in an array-like object that satisfy a test condition.
Return the index of the last element which equals a provided search element.
Find the index of the first element having the maximum absolute value.
Return the index of the last element which equals a provided search element according to the same value algorithm.
Return the first index of a specified search element in a double-precision floating-point strided array.
Return the last index of a specified search element in a double-precision floating-point strided array.
Resolve paths from a set of paths by walking parent directories.
Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.
Return the first index of a specified search element in a single-precision floating-point strided array.
Test whether an ndarray contains a specified value.
Return the index of the first element which equals a provided search element according to the same value algorithm.