public IEnumerable <int> EnvalWhere(string expression, Func <DataASTMutable.WarewolfAtom, bool> clause, int update) { return(PublicFunctions.EvalWhere(expression, _env, update, clause)); }
public IEnumerable <int> EvalWhere(string expression, Func <DataStorage.WarewolfAtom, bool> clause, int update) => PublicFunctions.EvalWhere(expression, _env, update, clause);