Use Option<T> to return from getters
7dfb336
This removes the cumbersome &mut bool argument and offers overall a more readable code.