MapSorter.SortSpec (Map Sorter v0.2.45) View Source

Defines the sort spec types.

Link to this section Summary

Link to this section Types

Specs

key() :: Map.key() | [Map.key()]

Specs

sort_dir() :: :asc | :desc

Specs

t() ::
  key()
  | {key(), module()}
  | {sort_dir(), key()}
  | {sort_dir(), {key(), module()}}