wren-port ~master (2021-12-18T14:20:14.6369696)
Dub
Repo
WrenPrimitive
wren
primitive
Undocumented in source.
@
nogc
struct
WrenPrimitive {
enum
MethodType
via
import
wren
.
value
:
MethodType
;
;
string
className
;
string
primitiveName
;
MethodType
methodType
;
bool
registerToSuperClass
;
}
Members
Variables
className
string
className
;
Undocumented in source.
methodType
MethodType
methodType
;
Undocumented in source.
primitiveName
string
primitiveName
;
Undocumented in source.
registerToSuperClass
bool
registerToSuperClass
;
Undocumented in source.
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