dmildew v0.5.2 (2021-02-18T19:29:38Z)
Dub
Repo
Environment.forceRemoveVarOrConst
mildew
environment
Environment
Forces the removal of a const or variable in the current environment.
class
Environment
void
forceRemoveVarOrConst
(
in
string
name
)
Meta
Source
See Implementation
mildew
environment
Environment
constructors
this
functions
declareVariableOrConst
depth
forceRemoveVarOrConst
forceSetVarOrConst
getGlobalEnvironment
insertLabel
interpreter
labelExists
lookupVariableOrConst
name
parent
reassignVariable
removeLabelFromCurrent
toString
unsetVariable
varDepth
variableOrConstExists
Forces the removal of a const or variable in the current environment.