1
0
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:
jbranchaud
2016-03-13 10:45:04 -05:00
parent 1561a5db66
commit cff0083a5c

View File

@@ -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.