Return the length of the argument list.
(&self, pool: &ValueListPool)
| 101 | |
| 102 | /// Return the length of the argument list. |
| 103 | pub fn len(&self, pool: &ValueListPool) -> usize { |
| 104 | self.values.len(pool) - 1 |
| 105 | } |
| 106 | |
| 107 | /// Return an iterator over the arguments of this block. |
| 108 | pub fn args<'a>( |
no outgoing calls
no test coverage detected