5 lines
206 B
C++
5 lines
206 B
C++
const mstch::node partial_array_data = mstch::map_wrapper{
|
|
{{"array",
|
|
mstch::array_wrapper{
|
|
{std::string{"1"}, std::string{"2"}, std::string{"3"}, std::string{"4"}}}}}};
|