hunt.util.TypeUtils

Undocumented in source.

Members

Aliases

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

Classes

TypeUtils
class TypeUtils

Functions

makePair
Pair!(F, S) makePair(F first, S second)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta