Is there a name for this for loop pattern and if so is there a better way to write it?

前端 未结 0 897
臣服心动
臣服心动 2020-12-11 13:25

Here is an example function with the pattern I am referring to:

fn check_sub_listiness(big_list: &[T], small_list: &[T]) -> boo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题