Returns whether the LSB encoding is used for this set.
(&self)
| 482 | |
| 483 | /// Returns whether the LSB encoding is used for this set. |
| 484 | pub fn uses_lsb_encoding(&self) -> bool { |
| 485 | self.lsb_encoding |
| 486 | } |
| 487 | |
| 488 | /// Returns whether the MSB encoding is used for this set. |
| 489 | pub fn uses_msb_encoding(&self) -> Option<i64> { |
no outgoing calls
no test coverage detected