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

20 lines
405 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/functions/std-array-map)
* [`pop`](/docs/kcl-std/functions/std-array-pop)
* [`push`](/docs/kcl-std/functions/std-array-push)
* [`reduce`](/docs/kcl-std/functions/std-array-reduce)