Support bitstrings in Collectable and for-comprehensions (regression in v1.6.0)
Module
Collectable
4 changes across 3 versions
Changes by version
Having a function as collectable is deprecated
Add the Collectable protocol that empowers Enum.into/2 and Stream.into/2 and the :into option in comprehensions
Implement Collectable for lists, dicts, bitstrings, functions and provide both File.Stream and IO.Stream