Skip to content

js-sdk/js-sdk-list

Repository files navigation

js-sdk-list

Simple list utilities.

library

$ chunk(ls : [a], size : Number) -> [[a]]

// split an 'ls' into chunk of 'size'.


$ reserve(size : Number) -> [a]

// returns an Array with N elements.


$ repeat(size : Number, value : a) -> [a]

// returns an Array with N elements using the value parameter to fill all elements.

license

See license.md or visit Unlicense.