wren-port ~master (2021-12-18T14:20:14.6369696)
Dub
Repo
RETURN_ERROR
wren
primitive
Undocumented in source. Be warned that the author may not have intended to support it.
bool
RETURN_ERROR
(WrenVM* vm, const(char)* msg)
@
nogc
bool
RETURN_ERROR
(
WrenVM
*
vm
,
const
(
char
)*
msg
)
bool
RETURN_ERROR
(WrenVM* vm, const(char)* fmt, ...)
Meta
Source
See Implementation
wren
primitive
functions
RETURN_BOOL
RETURN_ERROR
RETURN_FALSE
RETURN_NULL
RETURN_NUM
RETURN_OBJ
RETURN_TRUE
RETURN_VAL
calculateRange
validateFn
validateIndex
validateIndexValue
validateInt
validateIntValue
validateKey
validateNum
validateString
structs
WrenPrimitive
templates
PRIMITIVE