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
99 B
C++

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