shithub: mc

ref: 675736f3cad40e5d1a69d0e14d56542785fe5e8a
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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