shithub: mc

ref: 0c0c4f2f6b3606ab6387b92cef21e166bc9c075b
dir: /lib/std/now.myr/

View raw version
use "types"
use "syswrap"

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

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