mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add example of an edge case
This commit is contained in:
@@ -23,5 +23,5 @@ list
|
||||
|
||||
It only took a couple lines of code and immutability is baked in.
|
||||
|
||||
There may be a couple edge cases that are not handled in this solution, but
|
||||
you get the general idea.
|
||||
There may be a couple edge cases that are not handled in this solution (e.g.
|
||||
`remove(list, -1)`), but you get the general idea.
|
||||
|
||||
Reference in New Issue
Block a user