It would be handy to be able sort things like indexes and columns (if not already sorted). This could be achieved by adding the funcs sort package (sort .Table.Indexes.Names; range and index .Table.IndexesByName) or by adding special purpose funcs on top of slice types (Indexes, Columns, ...).
It would be handy to be able sort things like indexes and columns (if not already sorted). This could be achieved by adding the funcs
sort
package (sort .Table.Indexes.Names
;range
andindex .Table.IndexesByName
) or by adding special purpose funcs on top of slice types (Indexes
,Columns
, ...).