RawEnvironment is a single-field struct, unboxed to just Array by Lean.
(&self)
| 175 | impl<R: LeanRef> LeanIxRawEnvironment<R> { |
| 176 | /// RawEnvironment is a single-field struct, unboxed to just Array by Lean. |
| 177 | fn as_array(&self) -> LeanArray<LeanBorrowed<'_>> { |
| 178 | unsafe { LeanBorrowed::from_raw(self.as_raw()) }.as_array() |
| 179 | } |
| 180 | |
| 181 | /// Decode Ix.RawEnvironment from Lean object into HashMap. |
| 182 | /// RawEnvironment = { consts : Array (Name × ConstantInfo) } |
no outgoing calls
no test coverage detected