Returns a new, persistent version of the transient collection, in
constant time. The transient collection cannot be used after this
call, any such use will throw an exception.
;; Use persistent! to evaluate your object,;; once the computation is complete(loop[large-set(transient#{})i0](if(<i100000)(recur(conj!large-seti)(inci))(persistent!large-set)));; Returns a large set *much* faster than its;; persistent version. While keeping the same;; code structure