Get a list of key-value pairs Returns: list[Tuple[str, PropValue]]:
(&self)
| 168 | /// Returns: |
| 169 | /// list[Tuple[str, PropValue]]: |
| 170 | pub fn items(&self) -> Vec<(ArcStr, Prop)> { |
| 171 | self.props.as_vec() |
| 172 | } |
| 173 | |
| 174 | /// Get a view of the temporal properties only. |
| 175 | /// |