On Mon, May 25, 2020 at 12:07:22AM +0200, Tobias Boege wrote:
> @things.sort: {
> .comb(/ \d+ | \D+ /)
> .map({ .Int // .self })
> }Or how about even somethig like @things.sort: *.Version; which does handle a reasonable set of version semantics...? (The .Version method was apparently added in 2020.01.) Pm
