sily ~master (2022-12-01T21:23:14Z)
Dub
Repo
accessByString.opDispatch
sily
meta
accessByString
Undocumented in source. Be warned that the author may not have intended to support it.
T
opDispatch
[@property getter]
T
opDispatch
[@property getter]
auto
opDispatch
[@property getter]
mixintemplate
accessByString
(T, size_t N, string data, string AS, string VVASES = " ", string VVASVS = "|")
pure @
property
const
static if
(
isOneSymbolPerFieldForAnyAccessString(AS, VVASES, VVASVS)
)
auto
opDispatch
(
string
v
)
(
)
if
(
v.length
> 1 &&
oneOfAnyAccessAll
(
AS
,
v
,
VVASES
,
VVASVS
)
)
if
(
isCompatibleArrayAccessStrings
(
N
,
AS
,
VVASES
,
VVASVS
)
)
U
opDispatch
[@property setter]
Meta
Source
See Implementation
sily
meta
accessByString
properties
opDispatch