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