JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

table/to-struct

core-api


    cfunction
    src/core/table.c on line 374, column 1

    (table/to-struct tab &opt proto)

    Convert a table to a struct. Returns a new struct.


1 exampleSign in to add an example
Loading...
(table/to-struct @{:a 1}) # => {:a 1}
swlkrPlayground