static List<NamedLine> useSampleWidthSorted(Size sample, List<NamedLine> chaos){ return chaos..sort((a, b)=>a.computeWidth(sample).compareTo(b.computeWidth(sample))); }