Get the parameters on `block`.
(&self, pool: &'a ValueListPool)
| 1424 | |
| 1425 | /// Get the parameters on `block`. |
| 1426 | pub fn params<'a>(&self, pool: &'a ValueListPool) -> &'a [Value] { |
| 1427 | self.params.as_slice(pool) |
| 1428 | } |
| 1429 | } |
| 1430 | |
| 1431 | /// Object that can display an instruction. |
no test coverage detected