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