Function stark::sail::core::env_layer_mut_by_id [−][src]
fn env_layer_mut_by_id(env: *mut SlHead, sym_id: u32, val: *mut SlHead) -> bool
Expand description
Changes the object pointed to by the given ID in the environment, if the entry already exists
Returns false if no mutation was performed, or true if it was