pub fn shift_images_for_insert(
images: &mut [ImageAnchor],
byte_offset: u32,
inserted_bytes: u32,
)Expand description
Apply an “insert” shift to a block’s image anchors. Anchors at or
past the offset move forward by inserted_bytes.
pub fn shift_images_for_insert(
images: &mut [ImageAnchor],
byte_offset: u32,
inserted_bytes: u32,
)Apply an “insert” shift to a block’s image anchors. Anchors at or
past the offset move forward by inserted_bytes.