gfx ~master (2022-03-26T21:17:36.9160143)
Dub
Repo
Vec.opApply
gfx
math
vec
Vec
Foreach support.
int
opApply
(int delegate(size_t i, ref T) dg)
int
opApply
(int delegate(ref T) dg)
int
opApply
(int delegate(size_t i, ref T) @(safe) dg)
int
opApply
(int delegate(ref T) @(safe) dg)
struct
Vec
(T, size_t N)
@
safe
int
opApply
(
int
delegate
(
ref
T
)
@
safe
dg
)
if
(
N
> 0 &&
isNumeric
!
T
)
Meta
Source
See Implementation
gfx
math
vec
Vec
aliases
CompSeq
Component
constructors
this
functions
opApply
opBinary
opBinaryRight
opCast
opDollar
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
opSlice
opUnary
toString
manifest constants
length
nan
properties
array
data
opDispatch
tup
variables
_rep
Foreach support.