The empty subarray.
Equations
- Subarray.empty = { array := #[], start := 0, stop := 0, start_le_stop := Subarray.empty.proof_1, stop_le_array_size := Subarray.empty.proof_1 }
Instances For
Equations
- Subarray.instEmptyCollection = { emptyCollection := Subarray.empty }
Equations
- Subarray.instInhabited = { default := ∅ }
Equations
- Subarray.instForIn = { forIn := fun {β : Type ?u.22} [Monad m] => Subarray.forIn }
@[inline]
Instances For
@[inline]
Instances For
@[inline]
Instances For
@[inline]
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Array.instCoeSubarray = { coe := Array.ofSubarray }
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- instAppendSubarray = { append := fun (x y : Subarray α) => let a := x.toArray ++ y.toArray; a.toSubarray }
Equations
- instReprSubarray = { reprPrec := fun (s : Subarray α) (x : Nat) => repr s.toArray ++ Std.Format.text ".toSubarray" }