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