MLstate / opalang

The Opa Language for Web Application Development
http://opalang.org
Other
1.24k stars 125 forks source link

Feature: List.split_n #167

Closed mbouaziz closed 9 years ago

mbouaziz commented 9 years ago

Separate a list in lists of n elements.

Not sure it is really needed in the stdlib but very useful for rendering lists as tables, or paginating data.