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 38c941a commit 0f0b58dCopy full SHA for 0f0b58d
vortex-vector/src/binaryview/vector.rs
@@ -232,6 +232,8 @@ impl<T: BinaryViewType> BinaryViewVector<T> {
232
233
/// Get the `index` item from the vector as a [u8]
234
///
235
+ /// ## SAFETY
236
+ ///
237
/// This function is unsafe since the validity of the vector is ignored.
238
pub unsafe fn get_ref_unchecked(&self, index: usize) -> &[u8] {
239
let view = &self.views[index];
0 commit comments