EightBit/M6502/HarteTest_6502/byte_t.cpp
Adrian Conlon 17b71aafc3 Refactor to share JSON implementation details.
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
2021-10-22 13:10:23 +01:00

6 lines
113 B
C++

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