string_wizard 1.1.3

manipulate string like a wizard
Documentation
1
2
3
4
5
use oxc_index::IndexVec;

use crate::chunk::{Chunk, ChunkIdx};

pub type IndexChunks<'text> = IndexVec<ChunkIdx, Chunk<'text>>;