Function wordcut_engine::path_to_byte_ranges[][src]

pub fn path_to_byte_ranges(path: &[Edge], text: &[char]) -> Vec<TextRange>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator