Box.abs

struct Box(T, int N)
@nogc pure const nothrow
abs
()

Return Value

Type: Box

Absolute value of the Box to ensure each dimension of the box is >= 0.

Meta