Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add new macro for ragged char column to &[u8]
  • Loading branch information
molpopgen committed Nov 8, 2022
commit 2df7d8195f374ff80b1fd16d68d40774e6fc22e1
1 change: 1 addition & 0 deletions src/_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ macro_rules! unsafe_tsk_ragged_char_column_access {
}};
}

#[cfg(feature = "provenance")]
macro_rules! unsafe_tsk_ragged_char_column_access_to_slice_u8 {
($i: expr, $lo: expr, $hi: expr, $owner: expr, $array: ident, $offset_array: ident, $offset_array_len: ident) => {{
let i = match $crate::SizeType::try_from($i).ok() {
Expand Down