Vector.from

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector from(T arg)
    struct Vector(size_t Size = 3, Type = float)
    static
    from
    (
    T
    )
    (
    T arg
    )
    if (
    isStaticArray!T
    )
  2. Vector from(T arg)

Meta