3 lines
108 B
C++
3 lines
108 B
C++
const mstch::node zero_view_data =
|
|
mstch::map_wrapper{{{"nums", mstch::array_wrapper{{0, 1, 2}}}}};
|