Something like
x[].sort!"a.m";sorting elements in `x` according to the value of element member `m` compared to the longer
x[].sort!"a.m < b.m";
Something like
x[].sort!"a.m";sorting elements in `x` according to the value of element member `m` compared to the longer
x[].sort!"a.m < b.m";