If `find` for an enum got added, why not `filter`,...
# announcements
p
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