Polymorphic .toList() and .toSet()
For code generation it would be useful to have a polymorphic
.toList()
and.toSet()
instead of[ en | en : SomeType in ... ]
and{ en | en : SomeType in ... }
.N.B.
Submitted by Daco Harkes on 24 November 2016 at 11:58.toList()
should also be defined on lists, and.toSet()
also on sets.
Log in to post comments