Lemmas about List.range
and List.enum
#
Ranges and enumeration #
range' #
@[reducible, inline, deprecated List.range'_eq_singleton_iff (since := "2025-01-29")]
Instances For
range #
iota #
@[simp, deprecated "Use `(List.range' 1 n).reverse` instead of `iota n`." (since := "2025-01-20")]
@[deprecated "Use `(List.range' 1 n).reverse` instead of `iota n`." (since := "2025-01-20")]
@[simp, deprecated "Use `(List.range' 1 n).reverse` instead of `iota n`." (since := "2025-01-20")]
@[simp, deprecated "Use `(List.range' 1 n).reverse` instead of `iota n`." (since := "2025-01-20")]
zipIdx #
@[simp]
enumFrom #
@[simp, deprecated List.head?_zipIdx (since := "2025-01-21")]
@[deprecated List.zipIdx_eq_append_iff (since := "2025-01-21")]
enum #
@[simp, deprecated List.length_zipIdx (since := "2025-01-21")]
@[simp, deprecated List.head?_zipIdx (since := "2025-01-21")]
@[simp, deprecated List.tail_zipIdx (since := "2025-01-21")]
@[simp, deprecated List.zipIdx_map_fst (since := "2025-01-21")]