Pinned
816 contributions in the last year
Less
More
Contribution activity
September 2021
Created 48 commits in 3 repositories
Created 1 repository
- mroch/flow-for-vscode JavaScript
Created an issue in janestreet/base that received 1 comment
Request: Base.List.take_last (or last_n)
I'm looking for a function that returns the last n items of a List. I could do rev (take (rev xs) n) but that does 2 unnecessary revs.
if there was a
1
comment