Skip to main content

ArraySetFn

Type Alias ArraySetFn 

Source
pub type ArraySetFn = fn(pm: *mut param, x: Vec<String>);
Expand description

Whole-array setter. Mirrors C’s gsu_array.setfn(pm, x). Only the writable special arrays (dirstack) have one; read-only specials leave it None.