Index Operators

An IndexUnaryOp is a unary operation which is able to access the location of an element as well as its value. They define predicates for use with the select! function as well as index access for apply!.

Built-Ins

Built-in IndexUnaryOpss can be found in the SelectOps submodule. However users should pass the equivalent Julia function when possible.