shithub: mc

ref: 6ddb81f706b6780bfad00c3d203a1bc7ea1f247b
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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