shithub: mc

ref: 555658791708fca90cbe2f8fd1bc1ce2a6a1b3ab
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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