Returns true if two ranges are adjacent, meeting with no gap and no shared point.
The seam counts only when exactly one side includes it. Symmetric, and an empty range is adjacent to nothing.
range_adjacent(range1, range2)
Summary
Functions
Callback implementation for Ash.Query.Function.args/0.