map->Field

added

ns
clojure.reflect

type
function

(map->Field m__8876__auto__)

Factory function for class clojure.reflect.Field, taking a map of keywords to field values.

                (require '[clojure.reflect :as cr])

;; I have no idea what this is for but here is what it does.
(cr/map->Field {}) 
;=> #clojure.reflect.Field{:name nil, :type nil, :declaring-class nil, :flags nil}