(deep-freeze! ..args)
  args: zero or more arguments (any type)
  returns #n
F

Recursively freezes a tree of collections.

If any of the args are an array or table, this function sets their "frozen" flag, then recursively calls deep-freeze! for each of the collection's elements.

For other primitive types, this function is equivalent to freeze!.

freeze!
freed?