fn builtin_is_loaded(
args: &[RValue],
_named: &[(String, RValue)],
ctx: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
is.loaded — check if a native symbol is loaded.
@param symbol character: the symbol name @return logical @namespace base