Skip to main content

string_keyed_to_vmvalue

Function string_keyed_to_vmvalue 

Source
pub fn string_keyed_to_vmvalue(
    sk: &StringKeyedValue,
    interner: &mut Interner,
) -> VMValue
Expand description

Convert a StringKeyedValue back to a VMValue.

Requires an interner to create Symbol keys for attrsets. Public so the VM’s try_vm_builtin can use it for bridge dispatch.