Returns whether the mask encoding is used for this set.
(&self)
| 492 | |
| 493 | /// Returns whether the mask encoding is used for this set. |
| 494 | pub fn uses_mask_encoding(&self) -> bool { |
| 495 | self.mask_encoding |
| 496 | } |
| 497 | |
| 498 | /// Returns whether the compact encoding is used for this set. |
| 499 | pub fn uses_compact_encoding(&self) -> bool { |
no outgoing calls
no test coverage detected