Slide 13
Slide 13 text
11. tic, toc, and toq have been removed
12. Calling filter(f, ::Dict), signature of f changed from
(k, v) to k => v
13. findin no longer exists. indexin may be used though
not exactly, or, findall(in(needles), haystack)
14. indmin and indmax no longer exist, use findmin and
findmax
built-ins