Add documentation for internal classes
Add documentation for the internal Clojure classes (e.g.: clojure.lang.PersistentVector). At least a listing of the methods would be helpful so that they can be called with (method. a-persistent-vector)
8
votes
1 comment
-
miner
commented
Many of the Clojure doc strings refer to interfaces such as ISeq. It would be useful to have a definition for the interface and a list of its methods.