ArkScript
A small, lisp-inspired, functional scripting language
Dict.hpp File Reference

Define how dictionaries are handled. More...

#include <Ark/VM/Value.hpp>
#include <Ark/Utils/Platform.hpp>
#include <ankerl/unordered_dense.h>
#include <vector>
Include dependency graph for Dict.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Define how dictionaries are handled.

Author
Lex Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2025-08-03

Definition in file Dict.hpp.