Parameter

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

isAn
alias isAn(Type) = isA!Type
Undocumented in source.

Functions

opBinaryRight
Parameter* opBinaryRight(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
bool opBinaryRight(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Type opCast()

Unspecialized type cast.

opCast
string opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Parameter opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
string[] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Parameter[] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
string[string] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
Parameter[string] opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Parameter opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Parameter opIndex(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
require
Parameter require(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
toPrettyString
string toPrettyString()

Returns a JSON-like string representation of the parameter.

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

Properties

array
Parameter[] array [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
as
Type as [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
assoc
Parameter[string] assoc [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isA
bool isA [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta