ExprTypeOf

Returns the type that a T would evaluate to in an expression. Expr is not required to be a callable type

Members

Aliases

ExprTypeOf
alias ExprTypeOf = ReturnTypeOf!(Expr)
Undocumented in source.
ExprTypeOf
alias ExprTypeOf = Expr
Undocumented in source.

Meta