ref: a3087100fa88b5d6a420d20d6fa5808d63696170 dir: /libstd/now.myr/
use "types.use" use "syswrap.use" pkg std = const now : (-> time) ;; /* microseconds since epoch */ const now = { -> curtime() }