* Add documentation to modules, and some constants and types Signed-off-by: Nick Cameron <nrc@ncameron.org> * Improve the language reference Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
20 lines
325 B
Markdown
20 lines
325 B
Markdown
---
|
|
title: "array"
|
|
subtitle: "Module in std"
|
|
excerpt: "Functions for manipulating arrays of values. "
|
|
layout: manual
|
|
---
|
|
|
|
Functions for manipulating arrays of values.
|
|
|
|
|
|
|
|
|
|
## Functions and constants
|
|
|
|
* [`map`](/docs/kcl-std/map)
|
|
* [`pop`](/docs/kcl-std/pop)
|
|
* [`push`](/docs/kcl-std/push)
|
|
* [`reduce`](/docs/kcl-std/reduce)
|
|
|