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