TransientArrayMap
在其editable?
字段周围包含可以消除的检查if语句
cljs.user=> (set! *print-fn-bodies* true)
true
cljs.user=> (.. TransientArrayMap -prototype -cljs$core$ICounted$_count$arity$1)
#object[函数 "function (a){if(cljs.core.truth_(this.editable_QMARK_))return cljs.core.quot(this.len,2);throw Error("count after persistent!");}"]
注意,TransientHashMap
已经有了这样的提示。