shithub: mc

ref: 76c34b542f0b5c0cd6cc60a9cef9d53b6fc899d1
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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