Reference `split_at()` and `split_at_mut()` function. Return an BitsRef or BitsMut that has range limit access. Users do not need to worry about operation out of range bounds. In BitsRef or BitMut, bit index will start with zero.
Reference
split_at()andsplit_at_mut()function.Return an BitsRef or BitsMut that has range limit access.
Users do not need to worry about operation out of range bounds.
In BitsRef or BitMut, bit index will start with zero.