pub fn zalloc_default_array(assoc: &str, keep: bool, num: i32) -> Vec<String>Expand description
Port of zalloc_default_array(char ***aval, char *assoc, int keep, int num) from Src/Modules/zutil.c:1710.
Returns a Vec<String> sized for num*2 future key/value pushes;
when keep && num > 0 and assoc names a live associative-array
param, pre-load its existing key/value pairs at the front.