EvalEnv
public protocol EvalEnv
An environment which an EvalFunc can use to store information needed during evaluation.
-
Makes a copy of this environment.
Declaration
Swift
func copy() -> SelfReturn Value
An identical copy of
selfsuch that subsequent modifications of the copy orselfdo no affect each other. If no correspondingEvalFuncmodifies this environment or its copy, then this method can just returnself.
EvalEnv Protocol Reference