vayne v0.0.42 (2018-09-13T09:44:56Z)
Dub
Repo
VM.bindConst
vayne
vm
VM
Undocumented in source. Be warned that the author may not have intended to support it.
void
bindConst
(size_t index, T value)
struct
VM
(uint options = VMOptions.Default, uint registerCountMax = 0)
void
bindConst
(
T
)
(
size_t
index
,
ref
T
value
)
if
(
is
(
T
== struct)
)
void
bindConst
(size_t index, T value)
Meta
Source
See Implementation
vayne
vm
VM
aliases
ErrorHandler
Globals
functions
bindConst
bindGlobal
bindGlobals
execute
load
setGlobals
properties
errorHandler
structs
Error