Closed chemicstry closed 1 year ago
This adds an immutable version of buffer_mut_as_type() like there is buffer() and buffer_mut().
buffer_mut_as_type()
buffer()
buffer_mut()
Also fixes mutability of methods that shouldn't require &mut self. If there was a reason why these methods needed to be mut, let me know.
&mut self
mut
This adds an immutable version of
buffer_mut_as_type()
like there isbuffer()
andbuffer_mut()
.Also fixes mutability of methods that shouldn't require
&mut self
. If there was a reason why these methods needed to bemut
, let me know.