We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aca6db + 4a405cc commit 8ae1a3bCopy full SHA for 8ae1a3b
lib/elixir/lib/enum.ex
@@ -63,6 +63,10 @@ defmodule Enum do
63
Depending on the type of the collection, the user-provided function will
64
accept a certain type of argument. For dicts, the argument is always a
65
`{ key, value }` tuple.
66
+
67
+ Note that all functions that return a collection return a list regardless of
68
+ what the type of the input collection was and that many functions will not
69
+ work with infinite streams.
70
"""
71
72
@compile :inline_list_funcs
0 commit comments