Val.Type

struct Val(T...)
alias Type = typeof(T[0])

Meta