Skip to main content

method_call

Function method_call 

Source
pub fn method_call(receiver: Expr, method: &str, args: Vec<Expr>) -> Expr
Expand description

メソッド呼び出し receiver.method(args...) を構築