gsh/runtime/store

Values

pub fn put(key: String, value: a) -> a

Stores a dynamically typed value in the Erlang Process Dictionary under the specified string key. Returns the stored value directly to support inline assignments within generated code.

Search Document