Properties of List.enum #
Deprecation note #
Many lemmas in this file have been replaced by theorems in Lean4,
in terms of xs[i]? and xs[i] rather than get and get?.
The deprecated results here are unused in Mathlib. Any downstream users who can not easily adapt may remove the deprecations as needed.
@[deprecated List.forall_mem_zipIdx' (since := "2025-01-28")]
Alias of List.forall_mem_zipIdx'.
Variant of forall_mem_zipIdx with the zipIdx argument specialized to 0.
@[deprecated List.exists_mem_zipIdx' (since := "2025-01-28")]
Alias of List.exists_mem_zipIdx'.
Variant of exists_mem_zipIdx with the zipIdx argument specialized to 0.