sel-math ~master (2022-05-24T11:27:01.5164524)
Dub
Repo
Vector.type
sel
math
vector
Vector
Changes the vector's type.
struct
Vector
(T, char[] c)
inout
auto
type
(
F
)
(
)
if
(
isImplicitlyConvertible
!(
F
,
T
)
)
if
(
c.length
> 1 &&
areValidCoordinates
(
c
)
)
Meta
Source
See Implementation
sel
math
vector
Vector
aliases
Type
coordinates
dup
tuple
constructors
this
functions
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
toString
type
properties
length
unions
__anonymous
variables
isFloatingPoint
Changes the vector's type.