Vector.opCast

Casts vector to a string.

  1. NewType opCast()
  2. string opCast()
    struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
    @trusted
    string
    opCast
    (
    NewType
    )
    ()
    if (
    is(NewType == string)
    )
    if (
    Size > 0
    )

Meta