selery v0.1.1 (2018-02-09T09:47:44Z)
Dub
Repo
Vector.toString
selery
math
vector
Vector
Converts the vector into a string for logging and debugging purposes.
struct
Vector
(T, char[] c)
string
toString
(
)
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
Converts the vector into a string for logging and debugging purposes.