Skip to main content

Documentation Index

Fetch the complete documentation index at: https://axiom.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

The table summarizes the set membership operators available in APL. These operators filter records based on whether a value matches any element in a specified set.
NameDescriptionCase-sensitive
inReturns true if the value equals any of the elements.Yes
!inReturns true if the value doesn’t equal any of the elements.Yes
in~Returns true if the value equals any of the elements.No
!in~Returns true if the value doesn’t equal any of the elements.No