Whether function is receiver style i.e. true means arg0.name(args[1:]...).
| 70 | |
| 71 | // Whether function is receiver style i.e. true means arg0.name(args[1:]...). |
| 72 | bool receiver_style() const { return impl_->is_receiver_style; } |
| 73 | |
| 74 | // The argument types the function accepts. |
| 75 | // |
no outgoing calls