Iterate over the `VCodeConstant` keys inserted in this structure.
(&self)
| 1887 | |
| 1888 | /// Iterate over the `VCodeConstant` keys inserted in this structure. |
| 1889 | pub fn keys(&self) -> Keys<VCodeConstant> { |
| 1890 | self.constants.keys() |
| 1891 | } |
| 1892 | |
| 1893 | /// Iterate over the `VCodeConstant` keys and the data (as a byte slice) inserted in this |
| 1894 | /// structure. |
no outgoing calls
no test coverage detected