Box.BoundType

*

struct Box(T, int N)
alias BoundType = Vector!(T, N)

Meta