> > You could make the same argument for `List.first(x)`. Why use that when > we already have `Enum.at(x, 0)` ? >
Because it works only on lists and it gives an idea of ordering which Enum.at/2 does not have. :) Enum.one does not any new property, validation or interpretation to the current API. -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4KG7oOLj-FKiLKsA9hYEBKxAX%3D8xMNr9w0CpMsWPkzrmQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
