EightBit/M6502/HarteTest_6502/array_t.cpp

6 lines
114 B
C++
Raw Normal View History

#include "stdafx.h"
#include "array_t.h"
array_t::array_t(simdjson::dom::array input) noexcept
: m_raw(input) {}