magic icon indicating copy to clipboard operation
magic copied to clipboard

Support constructor literals

Open nasser opened this issue 5 years ago • 0 comments

As documented here:

(defrecord Chum [a b c])

#user.Chum[1 "2" :three]

#user.Chum{:a 1 :b "2" :c :three}

#System.DateTime[90]

#System.Version[1 3 4]

nasser avatar May 23 '20 21:05 nasser