We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379d1ec commit 1fb4981Copy full SHA for 1fb4981
arrow-buffer/src/util/bit_util.rs
@@ -491,7 +491,7 @@ struct U64UnalignedSlice<'a> {
491
}
492
493
impl<'a> U64UnalignedSlice<'a> {
494
- /// Create a new [`U64UnalignedSlice`] from a [`MutableBuffer`]
+ /// Create a new [`U64UnalignedSlice`] from a `&mut [u8]` buffer
495
///
496
/// return the [`U64UnalignedSlice`] and slice of bytes that are not part of the u64 chunks (guaranteed to be less than 8 bytes)
497
0 commit comments