mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2024-11-04 12:05:03 +00:00
f85fec3c81
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
6 lines
120 B
C++
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) {}
|