misc library

Classes

Pair<A, B>

Extensions

SWLap on Stopwatch

Functions

sleep(int ms) Future<void>
transpose<T>(List<List<T>> matrix) List<List<T>>
Transpose matrix. Assumes matrix is uniform. Good for making UI with less thinking. Consider: