|
|
|
|
|
by lgarron
4594 days ago
|
|
I'm a fan first/rest because of Mathematica. It has four functions that all end in "st", which means I can always recall the one I need: First, Rest, Most, Last (Results on Range[4], respectively: 1, {2, 3, 4}, {1, 2, 3}, 4.) |
|