Commit 2022-10-10 08:47 11156f5a
View on Github →feat(data/list/basic): Alias for length_le_of_sublist
(#16841)
Make an alias list.sublist.length_le
of list.length_le_of_sublist
and use it. Rename list.eq_of_sublist_of_length_eq
and list.eq_of_sublist_of_length_le
to use dot notation.