JanetDocsPlaygroundI'm feeling luckyGitHub sign in

table/clear



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

    (table/clear tab)

    Remove all key-value pairs in a table and return the modified table 
    `tab`.


1 exampleSign in to add an example
Loading...
(table/clear @{:a 1 :b 2})
# => @{}
sogaiuPlayground