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