Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@data_Sort.hrl
Raw

include/plushie@data_Sort.hrl

-record(sort, {
direction :: plushie@data:sort_direction(),
key :: fun((any()) -> binary())
}).