Is this the abstract `none` heap type?
(&self)
| 927 | |
| 928 | /// Is this the abstract `none` heap type? |
| 929 | pub fn is_none(&self) -> bool { |
| 930 | matches!(self, HeapType::None) |
| 931 | } |
| 932 | |
| 933 | /// Is this the abstract `cont` heap type? |
| 934 | pub fn is_cont(&self) -> bool { |
no outgoing calls
no test coverage detected