EightBit/M6502/HarteTest_6502/byte_t.cpp
Adrian Conlon 393fab2bbc Further simplifications and speedups to the json code.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-21 22:03:07 +01:00

6 lines
111 B
C++

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