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