Returns the total number of argument register slots.
(&self)
| 949 | |
| 950 | /// Returns the total number of argument register slots. |
| 951 | pub fn nargs(&self) -> usize { |
| 952 | self.arg_linecols.len() |
| 953 | } |
| 954 | |
| 955 | /// Returns the source position of the argument at `arg`. |
| 956 | /// |