shithub: mc

ref: 4acb5822344f2dc7dc360720ef803e1d36d2e927
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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