so wrote: > > immutable a; > sort(a); > > But with current design you can do: > > enum a; > sort(a); > > Which is to me, quite wrong. It is not wrong at all.