Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

array_slice

Fully qualified path: core::array::array_slice

extern fn array_slice(arr: @Array<T>, start: u32, length: u32) -> Option<@Array<T>> implicits(RangeCheck) nopanic;