Skip to content

js-sdk/js-sdk-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbc3d75 · Sep 17, 2017

History

7 Commits
Sep 17, 2017
Sep 8, 2017
Sep 11, 2017
Sep 11, 2017
Sep 8, 2017
Sep 17, 2017
Sep 11, 2017
Sep 17, 2017
Sep 17, 2017
Sep 11, 2017
Sep 8, 2017
Sep 17, 2017
Sep 11, 2017

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.