EightBit/M6502/HarteTest_6502/byte_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
119 B
C++

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