cfunction src/core/table.c on line 334, column 1 (table/to-struct tab) Convert a table to a struct. Returns a new struct. This function does not take into account prototype tables.
(table/to-struct @{:a 1}) # => {:a 1}