Enhance deftypes to allow fields to be marked ACC_TRANSIENT.
strawman syntax:
(deftype AType [^:transient hash])
Came across this need while experimenting with a reified range written in a deftype, not in Java.
Patch doesn't include docstring change, but has a test.