Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 244 Bytes

File metadata and controls

16 lines (10 loc) · 244 Bytes

std.time

Time and clock utilities.

Functions

now() -> Int

Returns the current system clock value (implementation-defined unit, typically milliseconds or microseconds).

Examples

load std.time

let t = time.now()