more formatting
This commit is contained in:
parent
e3b8939082
commit
bdeefdb3b6
@ -6,3 +6,6 @@ pub fn bool_to_string(b: bool) -> String {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn bool_array_to_string(b: &[bool]) -> String {
|
||||
b.iter().map(|b| bool_to_string(*b)).collect::<Vec<String>>().join("")
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user