29namespace essence::abi {
31 using list = std::list<T, uniform_allocator<T>>;
34 std::list<T> from_abi_list(
const abi::list<T>& value) {
35 return std::list<T>{
value.begin(),
value.end()};
38 template <
typename T,
typename Allocator>
39 abi::list<T> to_abi_list(
const std::list<T, Allocator>& value) {
40 return abi::list<T>{
value.begin(),
value.end()};
@ value
the parser finished reading a JSON value