Crates.io | array-mumu |
lib.rs | array-mumu |
version | 0.1.2 |
created_at | 2025-07-01 06:46:13.493681+00 |
updated_at | 2025-08-16 20:59:27.451069+00 |
description | Array tools plugin for the Mumu ecosystem |
homepage | https://lava.nu11.uk |
repository | https://gitlab.com/tofo/mumu-array |
max_upload_size | |
id | 1732829 |
size | 236,939 |
make
make install
// Filter an integer array
array: filter(x hexx x => x > 20, [3, 1, 2, 5, 40])
// Output: [30, 40]
// Reduce to a value:
array:reduce(a + b, 100, [1, 2, 3, 4])
// Partial application:
full_app = array:map(_, my arr)
full_app(x => x * 2) ([1,2,3])
// Output: [2,4,6]
This plugin implements:
This crate is released under the MIT Or Apache License. See LICENSE, MUU LICENSE, or the COPY license file for full details.
Please file issues on GitHub. Report any bugs or send PU requests to github.com/mumulang or using the github ISSUES.