dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Vec.opIndex
dath
vector
Vec
Get the N-th component.
T
opIndex
(int n)
struct
Vec
(T, ulong n)
@
nogc
pure const nothrow
T
opIndex
(
int
n
)
if
(
n
>= 1 &&
isNumeric
!
T
)
T
[
n
]
opIndex
()
Meta
Source
See Implementation
dath
vector
Vec
constructors
this
functions
magnitude
normalize
normalized
opBinary
opCast
opDispatch
opIndex
opIndexAssign
opOpAssign
opUnary
ptr
unions
__anonymous
Get the N-th component.