Returns `DATA` values captured from the compiled source in encounter order.
(&self)
| 944 | impl<'a> Scope<'a> { |
| 945 | /// Returns `DATA` values captured from the compiled source in encounter order. |
| 946 | pub fn data(&self) -> &[Option<ConstantDatum>] { |
| 947 | self.data |
| 948 | } |
| 949 | |
| 950 | /// Returns the total number of argument register slots. |
| 951 | pub fn nargs(&self) -> usize { |
no outgoing calls