Function stark::sail::core::env_layer_mut_entry[][src]

pub fn env_layer_mut_entry(
    env: *mut SlHead,
    sym: *mut SlHead,
    val: *mut SlHead
) -> bool
Expand description

Changes the object pointed to by the given symbol’s ID in the environment, if the entry already exists

Returns false if no mutation was performed, or true if it was