(&mut self, attr: T, on: bool)
| 49 | // TODO: figure out a good name for this if we make it public |
| 50 | #[inline] |
| 51 | pub(crate) fn set(&mut self, attr: T, on: bool) { |
| 52 | self.bitslice.set(attr.to_index(), on) |
| 53 | } |
| 54 | |
| 55 | #[inline] |
| 56 | pub(crate) fn slice_iter(&self, start: T) -> AttributeSetRefIter<'_, T> { |
no outgoing calls
no test coverage detected