Join Slack
Powered by
If `find` for an enum got added, why not `filter`,...
# announcements
p
paulblessing
01/08/2018, 3:52 PM
If
find
for an enum got added, why not
filter
,
map
, and all the others? It's easy enough to just say
CpuAbi.values()
and then the full set of
Array
functions in the stdlib is available.
☝️ 3
Open in Slack
Previous
Next