Expand description
Array method implementations for GENT
This module provides built-in methods for array values, including length, push, pop, indexOf, join, slice, concat. Also includes higher-order methods: map, filter, reduce, find.
Functionsยง
- call_
array_ method - Call a method on an array value (non-lambda methods only)
- call_
array_ method_ with_ callback - Call a higher-order array method that takes a lambda/function callback
- is_
callback_ method - Check if method requires a callback (for dispatch routing)