Closed FissoreD closed 1 month ago
I think the same. I prefer std.list.null rather then std.null The same for map, map2, ...
Should we put the whole thing in a namespace like sets and maps ?
that would break a lot of code, so at least we should keep (deprecated?) aliases. Maybe not in this pr
Most of the list related APIs are in
std.
, possibly by mistake. I thinkstd.list.init
andstd.list.make
are more appropriate names for these two.