![]() |
ArkScript
A small, lisp-inspired, functional scripting language
|
Define how dictionaries are handled. More...
#include <Ark/VM/Value.hpp>
#include <Ark/Utils/Platform.hpp>
#include <ankerl/unordered_dense.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | Ark::internal::Dict |
Namespaces | |
namespace | Ark |
namespace | Ark::internal |
Functions | |
bool | Ark::internal::operator== (const Dict &A, const Dict &B) |
Define how dictionaries are handled.
Definition in file Dict.hpp.