Pair

Pair. TODO: std.typecons

alias Pair(T, U) = Tuple!(T, U)

Meta