pub fn split_images_at(
images: &[ImageAnchor],
byte_offset: u32,
) -> (Vec<ImageAnchor>, Vec<ImageAnchor>)Expand description
Split block image anchors at byte_offset. Anchors at exactly
byte_offset go to the right half (rebased to offset 0).