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