Function insert_all

Source
pub fn insert_all(
    buffer: &mut Buffer,
    index: usize,
    elements: &[String],
) -> Result<(), Error>