Skip to main content

12 docs tagged with "array"

View all tags

chunk-array

Function that splits an array into smaller arrays ("chunks") of a specified size.

deep-copy

Function that creates a complete copy of anything.

is-array

This function determines whether the given value is a real array.

resolve-array

Function that retrieves or resolves only array values. This function should handle various input types, resolving functions if encountered, and ultimately return an array if possible.

resolve-value

Function that retrieves or resolves only values. This function should handle various input types, resolving functions if encountered, and ultimately return an value if possible.

to-color

Convert a color of one type to another.