- :nothing
empty
empty given collection
Parameters
empty collection :literal
Returns
Examples
copya: [1 2 3] empty 'a ; a: []
copystr: "some text" empty 'str ; str: ""
empty collection :literal
copya: [1 2 3] empty 'a ; a: []
copystr: "some text" empty 'str ; str: ""