Pair

alias Pair(F, S) = Tuple!(F, "first", S, "second")

Meta