-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: remove_item_from_list
#55
Comments
Package published to https://hex.pm/packages/useful/1.13.0 📦 🚀 |
Just remembered that all functions in the Right now with my first iteration of Going to update the argument order quickly. BRB. 🧑💻 |
To be clear: I prefer the arguments to be alphabetic for OCD reasons ... 🔤 |
Updated: Lines 142 to 149 in a2c5135
|
…item_from_list/2 ref: dwyl/useful#55 (comment)
…eful.remove_item_from_list/2 ref: dwyl/useful#55
Need this function and it doesn't appear to exists from my reading in the docs
for both https://hexdocs.pm/elixir/1.13.4/List.html and https://hexdocs.pm/elixir/1.13.4/Enum.html
We can implement it easily using a combination of functions.
But what I want is a one-line function that clearly says what it does and means I don't have to keep implementing this!
Todo
The text was updated successfully, but these errors were encountered: