shithub: mc

ref: c19f9bc26e3e55fff0ba2bec80c40f43509bf779
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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