bettercmath v0.2.0 (2020-12-28T03:15:07Z)
Dub
Repo
Vector.this
bettercmath
vector
Vector
Constructs a Vector with elements from an Input Range
this
(T scalar)
this
(T[N] values)
this
(R range)
struct
Vector
(T, uint N)
pure
this
(
R
)
(
auto
ref
R
range
)
if
(
isInputRange
!
R
)
if
(
N
> 0
)
this
(Args args)
Meta
Source
See Implementation
bettercmath
vector
Vector
aliases
ElementType
a
b
ba
g
gb
gba
p
pq
q
r
rg
rgb
s
st
stp
t
tp
tpq
u
uv
v
w
x
xy
xyz
y
yz
yzw
z
zeroes
zw
constructors
this
functions
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
manifest constants
dimension
variables
elements
ones
zeros
Constructs a Vector with elements from an Input Range