the shortcut

This commit is contained in:
MihailRis
2024-04-21 17:12:06 +03:00
parent 635e512142
commit 30a38035e2
35 changed files with 90 additions and 84 deletions
+1
View File
@@ -115,6 +115,7 @@ namespace dynamic {
Map& put(std::string key, Map* value);
Map& put(std::string key, List* value);
Map& put(std::string key, bool value);
Map& put(std::string key, std::unique_ptr<Value> value);
List& putList(std::string key);
Map& putMap(std::string key);