33083
33083
@item awk_bool_t flatten_array_typed(awk_array_t a_cookie, awk_flat_array_t **data, awk_valtype_t index_type, awk_valtype_t value_type);
33084
33084
For the array represented by @code{a_cookie}, create an @code{awk_flat_array_t}
33086
33087
to point to this structure.
33087
33088
Return true upon success, or false otherwise.