Functional programming extras for Jsonnet
Repeat a value x, n-times.
Repeat a cycle of values xs, n-times.
Zip together two arrays into an array of arrays.
Returns true iff all values in an array xs are true.
Short-circuts on first false value found.
Returns true iff one (or more) values in an array xs is true.
Short-circuts on first true value found.
Apply args to function fn.
Apache License 2.0.
See LICENCE.