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