descore v1.1.0 (2015-01-15T16:11:38Z)
Dub
Repo
Vector.opDispatch
des
math
linear
vector
Vector
Get/set element data by access string.
only: if( AS.length > 0 )
T
opDispatch
[@property getter]
struct
Vector
(size_t N, T, alias string AS = "")
pure @
property
ref
static if
(
AS.length > 0
)
T
opDispatch
(
string
v
)
(
)
if
(
getIndex
(
AS
,
v
,
VVASES
,
VVASVS
) != -1
)
if
(
isCompatibleArrayAccessStrings
(
N
,
AS
,
VVASES
,
VVASVS
) ||
AS.length
== 0
)
T
opDispatch
[@property getter]
auto
opDispatch
[@property getter]
U
opDispatch
[@property setter]
Meta
Source
See Implementation
des
math
linear
vector
Vector
aliases
access_string
datatype
selftype
constructors
this
functions
opAssign
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
rebase
postblits
this(this)
properties
e
len
len2
length
opDispatch
variables
data
dims
isDynamic
isStatic
Get/set element data by access string.
only: if( AS.length > 0 )