MatchData

Get the result type of the given supplier.

Members

Aliases

MatchData
alias MatchData = CommonType!(SupplierResultA, SupplierResultB)
Undocumented in source.
SupplierResultA
alias SupplierResultA = typeof(supplierResultA())
Undocumented in source.
SupplierResultB
alias SupplierResultB = typeof(supplierResultB())
Undocumented in source.

Functions

supplierResultA
auto supplierResultA()
Undocumented in source. Be warned that the author may not have intended to support it.
supplierResultB
auto supplierResultB()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta