selery ~master (2019-01-01T00:21:55Z)
Dub
Repo
Vector.type
selery
math
vector
Vector
Changes the vector's type.
struct
Vector
(T, char[] c)
auto
type
(
F
)
(
)
if
(
isImplicitlyConvertible
!(
F
,
T
)
)
if
(
c.length
> 1 &&
areValidCoordinates
(
c
)
)
Meta
Source
See Implementation
selery
math
vector
Vector
aliases
Type
coordinates
dup
constructors
this
functions
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
toString
type
properties
length
tuple
variables
isFloatingPoint
Changes the vector's type.