pub fn startGreaterThanEnd(start: usize, end: usize) noreturn
pub fn startGreaterThanEnd(start: usize, end: usize) noreturn { _ = start; _ = end; call("start index is larger than end index", null); }