Module

Collectable

Changes by version

Elixir 1.6.1

· 1 change

Bugfix Tool: Elixir

Support bitstrings in Collectable and for-comprehensions (regression in v1.6.0)

Elixir 0.15.1

· 1 change

Enhancement Tool: Elixir

Having a function as collectable is deprecated

Elixir 0.13.0

· 2 changes

Enhancement Tool: Elixir

Add the Collectable protocol that empowers Enum.into/2 and Stream.into/2 and the :into option in comprehensions

Enhancement Tool: Elixir

Implement Collectable for lists, dicts, bitstrings, functions and provide both File.Stream and IO.Stream