Returns whether the MSB encoding is used for this set.
(&self)
| 487 | |
| 488 | /// Returns whether the MSB encoding is used for this set. |
| 489 | pub fn uses_msb_encoding(&self) -> Option<i64> { |
| 490 | self.msb_encoding |
| 491 | } |
| 492 | |
| 493 | /// Returns whether the mask encoding is used for this set. |
| 494 | pub fn uses_mask_encoding(&self) -> bool { |
no outgoing calls
no test coverage detected