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