Vector.toMatrix

Converts vector to one-lined or one-columned matrix depending on Orientation.

struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@trusted pure nothrow
toMatrix
()
if (
Size > 0
)

Meta