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