Prepared.ParamImpl

Undocumented in source.
struct Prepared
static
class ParamImpl : Param (
T
Type _type
) {}

Constructors

this
this(T value)
Undocumented in source.

Alias This

value

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
T value;
Undocumented in source.

Inherited Members

From Param

type
Type type [@property getter]
Undocumented in source.

Meta