Expand description
Rank metadata: the contract for ordering and navigating ranked spaces.
The kernel defines the rank operation keys and the space/coordinate predicate vocabulary; libraries supply the concrete ranking behavior.
Functions§
- publish_
coordinate_ claims - Publish the kind, space, and ordinal claims describing a rank coordinate, inserting each only if not already present.
- publish_
rank_ space_ claims - Publish the kind, operation, and optional help claims describing a rank space, inserting each only if not already present.
- rank_
coordinate - Build a coordinate reference for
ordinalwithinspace. - rank_
coordinate_ kind - Card kind symbol identifying a rank coordinate.
- rank_
neighbors_ op_ key - Operation key for listing a coordinate’s neighbors.
- rank_
order_ next_ op_ key - Operation key for advancing to the next coordinate in order.
- rank_
ordinal_ predicate - Claim predicate naming a coordinate’s ordinal.
- rank_
rank_ op_ key - Operation key for mapping a value to its rank in a space.
- rank_
space_ kind - Card kind symbol identifying a rank space.
- rank_
space_ predicate - Claim predicate naming a coordinate’s space.
- rank_
unrank_ op_ key - Operation key for mapping a rank back to its value.