2025-05-06 16:09:59 +12:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "array"
|
|
|
|
subtitle: "Module in std"
|
2025-05-11 19:32:33 +12:00
|
|
|
excerpt: "Functions for manipulating arrays of values. "
|
2025-05-06 16:09:59 +12:00
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
Functions for manipulating arrays of values.
|
2025-05-06 16:09:59 +12:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2025-05-08 08:26:56 +12:00
|
|
|
## Functions and constants
|
|
|
|
|
2025-05-13 08:29:38 +12:00
|
|
|
* [`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)
|
2025-05-06 16:09:59 +12:00
|
|
|
|