EightBit/M6502/HarteTest_6502/array_t.cpp
Adrian Conlon f85fec3c81 Constify a few statements. Not much difference.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-23 17:46:59 +01:00

6 lines
120 B
C++

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