AB
отдельно интересен момент, что есть issue за авторством Валима, https://github.com/elixir-lang/elixir/issues/7421, где описана его точка зрения на вопрос, которую я не могу для себя объяснить вообще ничем.
Size: a a a
AB
PG
AB
PG
enumerable
|> Enum.reduce(Enum.reverse(collectable), fn next, acc -> [next | acc] end)
|> Enum.reverse()
AB
PG
PG
AB
PG
AB
PG
AB
In case any of the entries in the middle returns nil, an error will be raised when trying to access it next.
AB
M
ŹR
МБ
TP
AM
AL