SortableCopyimport type { Sortable } from "https://raw.githubusercontent.com/baetheus/fun/main/sortable.ts";A Sortable structure has the method sort. interface Sortable <A> extends Hold<A> {readonly sort: Sort<A>;}§Type Parameters§A[src]§Extends§Hold<A>[src]§Properties§readonly sort: Sort<A>[src]