[features]: {{rootUrl}}/start/features.md [`unchecked`]: {{rootUrl}}/start/features.md [`sync`]: {{rootUrl}}/start/features.md [`no_optimize`]: {{rootUrl}}/start/features.md [`no_float`]: {{rootUrl}}/start/features.md [`only_i32`]: {{rootUrl}}/start/features.md [`only_i64`]: {{rootUrl}}/start/features.md [`no_index`]: {{rootUrl}}/start/features.md [`no_object`]: {{rootUrl}}/start/features.md [`no_function`]: {{rootUrl}}/start/features.md [`no_module`]: {{rootUrl}}/start/features.md [`no_closure`]: {{rootUrl}}/start/features.md [`no_std`]: {{rootUrl}}/start/features.md [`no-std`]: {{rootUrl}}/start/features.md [`internals`]: {{rootUrl}}/start/features.md [`unicode-xid-ident`]: {{rootUrl}}/start/features.md [minimal builds]: {{rootUrl}}/start/builds/minimal.md [WASM]: {{rootUrl}}/start/builds/wasm.md [playground]: https://alvinhochun.github.io/rhai-demo [`Engine`]: {{rootUrl}}/engine/hello-world.md [traits]: {{rootUrl}}/rust/traits.md [`private`]: {{rootUrl}}/engine/call-fn.md [`call_fn`]: {{rootUrl}}/engine/call-fn.md [`Func`]: {{rootUrl}}/engine/func.md [`AST`]: {{rootUrl}}/engine/compile.md [`eval_expression`]: {{rootUrl}}/engine/expressions.md [`eval_expression_with_scope`]: {{rootUrl}}/engine/expressions.md [raw `Engine`]: {{rootUrl}}/engine/raw.md [built-in operators]: {{rootUrl}}/engine/raw.md#built-in-operators [package]: {{rootUrl}}/rust/packages/index.md [packages]: {{rootUrl}}/rust/packages/index.md [custom package]: {{rootUrl}}/rust/packages/create.md [custom packages]: {{rootUrl}}/rust/packages/create.md [plugin]: {{rootUrl}}/plugins/index.md [plugins]: {{rootUrl}}/plugins/index.md [plugin module]: {{rootUrl}}/plugins/module.md [plugin modules]: {{rootUrl}}/plugins/module.md [plugin function]: {{rootUrl}}/plugins/function.md [plugin functions]: {{rootUrl}}/plugins/function.md [`Scope`]: {{rootUrl}}/engine/scope.md [`serde`]: {{rootUrl}}/rust/serde.md [`type_of()`]: {{rootUrl}}/language/type-of.md [`to_string()`]: {{rootUrl}}/language/values-and-types.md [`()`]: {{rootUrl}}/language/values-and-types.md [standard types]: {{rootUrl}}/language/values-and-types.md [`Dynamic`]: {{rootUrl}}/language/dynamic.md [`to_int`]: {{rootUrl}}/language/convert.md [`to_float`]: {{rootUrl}}/language/convert.md [`parse_int`]: {{rootUrl}}/language/convert.md [`parse_float`]: {{rootUrl}}/language/convert.md [custom type]: {{rootUrl}}/rust/custom.md [custom types]: {{rootUrl}}/rust/custom.md [getters/setters]: {{rootUrl}}/rust/getters-setters.md [indexers]: {{rootUrl}}/rust/indexers.md [`instant::Instant`]: https://crates.io/crates/instant [`print`]: {{rootUrl}}/language/print-debug.md [`debug`]: {{rootUrl}}/language/print-debug.md [keywords]: {{rootUrl}}/appendix/keywords.md [keyword]: {{rootUrl}}/appendix/keywords.md [variable]: {{rootUrl}}/language/variables.md [variables]: {{rootUrl}}/language/variables.md [string]: {{rootUrl}}/language/strings-chars.md [strings]: {{rootUrl}}/language/strings-chars.md [char]: {{rootUrl}}/language/strings-chars.md [array]: {{rootUrl}}/language/arrays.md [arrays]: {{rootUrl}}/language/arrays.md [`Array`]: {{rootUrl}}/language/arrays.md [`Map`]: {{rootUrl}}/language/object-maps.md [object map]: {{rootUrl}}/language/object-maps.md [object maps]: {{rootUrl}}/language/object-maps.md [`timestamp`]: {{rootUrl}}/language/timestamps.md [timestamp]: {{rootUrl}}/language/timestamps.md [timestamps]: {{rootUrl}}/language/timestamps.md [function]: {{rootUrl}}/language/functions.md [functions]: {{rootUrl}}/language/functions.md [function overloading]: {{rootUrl}}/rust/functions.md#function-overloading [fallible function]: {{rootUrl}}/rust/fallible.md [fallible functions]: {{rootUrl}}/rust/fallible.md [function pointer]: {{rootUrl}}/language/fn-ptr.md [function pointers]: {{rootUrl}}/language/fn-ptr.md [currying]: {{rootUrl}}/language/fn-curry.md [capture]: {{rootUrl}}/language/fn-capture.md [automatic currying]: {{rootUrl}}/language/fn-closure.md [closure]: {{rootUrl}}/language/fn-closure.md [closures]: {{rootUrl}}/language/fn-closure.md [function namespace]: {{rootUrl}}/language/fn-namespaces.md [function namespaces]: {{rootUrl}}/language/fn-namespaces.md [anonymous function]: {{rootUrl}}/language/fn-anon.md [anonymous functions]: {{rootUrl}}/language/fn-anon.md [operator overloading]: {{rootUrl}}/rust/operators.md [`Module`]: {{rootUrl}}/rust/modules/index.md [module]: {{rootUrl}}/rust/modules/index.md [modules]: {{rootUrl}}/rust/modules/index.md [module resolver]: {{rootUrl}}/rust/modules/resolvers.md [variable resolver]: {{rootUrl}}/engine/var.md [`export`]: {{rootUrl}}/language/modules/export.md [`import`]: {{rootUrl}}/language/modules/import.md [`eval`]: {{rootUrl}}/language/eval.md [OOP]: {{rootUrl}}/patterns/oop.md [DSL]: {{rootUrl}}/engine/dsl.md [sand-boxed]: {{rootUrl}}/safety/sandbox.md [maximum statement depth]: {{rootUrl}}/safety/max-stmt-depth.md [maximum call stack depth]: {{rootUrl}}/safety/max-call-stack.md [maximum number of operations]: {{rootUrl}}/safety/max-operations.md [maximum number of modules]: {{rootUrl}}/safety/max-modules.md [maximum length of strings]: {{rootUrl}}/safety/max-string-size.md [maximum size of arrays]: {{rootUrl}}/safety/max-array-size.md [maximum size of object maps]: {{rootUrl}}/safety/max-map-size.md [progress]: {{rootUrl}}/safety/progress.md [script optimization]: {{rootUrl}}/engine/optimize/index.md [`OptimizationLevel::Full`]: {{rootUrl}}/engine/optimize/optimize-levels.md [`OptimizationLevel::Simple`]: {{rootUrl}}/engine/optimize/optimize-levels.md [`OptimizationLevel::None`]: {{rootUrl}}/engine/optimize/optimize-levels.md [disable keywords and operators]: {{rootUrl}}/engine/disable.md [custom operator]: {{rootUrl}}/engine/custom-op.md [custom operators]: {{rootUrl}}/engine/custom-op.md [custom syntax]: {{rootUrl}}/engine/custom-syntax.md