const &
This commit is contained in:
2
ml.h
2
ml.h
@@ -28,7 +28,7 @@ public:
|
||||
// creating a lambda function.
|
||||
bool has(std::string name) const;
|
||||
// Get the value associated with this name in this scope
|
||||
MlValue get(std::string name) const;
|
||||
MlValue get(const std::string& name) const;
|
||||
// Set the value associated with this name in this scope
|
||||
void set(std::string name, MlValue value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user