FayrantLang::BuiltinFunction
Inherits FayrantLang::FunctionValue / FayrantLang::AnyValue / Reference / Object
Constructors
new(arity : Int32, &body : Array(AnyValue) -> AnyValue)
SourceInstance methods
call(args : Array(AnyValue)) : AnyValue
SourceInherits FayrantLang::FunctionValue / FayrantLang::AnyValue / Reference / Object