shithub: mc

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

View raw version
use "types"
use "syswrap"

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

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