6 lines
113 B
Text
6 lines
113 B
Text
mstch::object{
|
|
{"title", []() {
|
|
return std::string{"Welcome"};
|
|
}},
|
|
{"again", std::string{"Goodbye"}}
|
|
}
|