Module aoko::standard::fun[][src]

Functions

Executes the given closure block and returns the duration of elapsed time interval.

Executes the given closure block, returns the result of the closure execution and the duration of elapsed time interval.

Reads a line of input from the standard input stream.

Takes a &str time unit as a parameter, returns conversion function.

Takes a String time unit as a parameter, returns conversion function and the unit.

Breaks loop when command line input is empty. (Press Enter to exit.)