map
pipe( [1,2,3], map(String) ) pipe( { a: 1, b: 2, c: 3 }, map(String), )
© 2026 Hedgehog Software, LLC