shithub: mc

ref: 68a437bb6d370781e18ad1b794cc34c21dd5b361
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

pkg std =
	const now	: (-> time)
;;

/* microseconds since epoch */
const now = {
	-> curtime()
}