Skip to main content

eval

Function eval 

Source
pub fn eval(source: &str) -> Result<Value>
Expand description

Evaluate a Rayfall source string. Requires a live Runtime on this thread.

A void / null result becomes Value::null; a core error becomes Err.