Files
modeling-app/docs/kcl-std/modules/std-array.md

20 lines
325 B
Markdown
Raw Normal View History

---
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)