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