April bump
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
pub struct NumberSystemConversion {}
|
||||
|
||||
impl NumberSystemConversion {
|
||||
/// byte_to_bool
|
||||
///
|
||||
@@ -128,3 +129,4 @@ impl NumberSystemConversion {
|
||||
(to_check >> bit_to_check) & 0x01 != 1
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user