Commit Graph

2 Commits

Author SHA1 Message Date
Daniel Barlow 280954622d whitespace and comments 2022-04-26 21:25:43 +01:00
Daniel Barlow 463c1eea03 standardise interface to metrics
call as follows:

(let [m  (metricname.new)]
  (m:read)
  (m:read)
   ...
   )
2022-04-26 21:25:43 +01:00