puppeteer v0.8.0 (2016-09-05T11:38:30Z)
Dub
Repo
ValueAdapter
puppeteer
value_adapter
value_adapter
Undocumented in source.
shared
struct
ValueAdapter (
T
) {
string
expression
[@property getter];
this
(string xBasedValueAdapterExpr);
T
opCall
(T value);
}
Constructors
this
this
(string xBasedValueAdapterExpr)
Undocumented in source.
Members
Functions
opCall
T
opCall
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
expression
string
expression
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
puppeteer
value_adapter
value_adapter
mixins
__anonymous
structs
ValueAdapter