Function expry::expry_eval

source ·
pub fn expry_eval<'b, 'c>(
    bytecode: BytecodeRef<'b>,
    values: &mut Vec<EncodedValueRef<'b>>,
    allocator: &mut MemoryScope<'c>
) -> Result<DecodedValue<'b>, EvalError<'b>>where
    'c: 'b,
Expand description

Evaluate expression bytecode in the context of the given value, resulting in a decoded value.