Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Time

Warning

The std.time module is not stable and/or partially implemented.

using std.time;

time.get_ns

Parameters: N|A
Returns: i64

Example:

int nanoseconds = time.get_ns();

C Impl:

int64_t time__get_ns_____i64();