#pragma once
#include <cstdint>
namespace prism {
using Object = uint64_t;
constexpr Object NullObject = 0;
} // namespace prism