@@ -7349,7 +7349,7 @@ which it did down here. It made this code really
734973491522
7350735001:19:46,281 --> 01:19:49,716
73517351beautiful and readable down here. But, it actually added
7352- 非常优美也非常具有可读性 ,但是,它实际上
7352+ 变得非常优美也非常具有可读性 ,但是,它实际上
73537353
735473541523
7355735501:19:49,785 --> 01:19:53,754
@@ -7369,12 +7369,12 @@ face card, if you use a method that takes a closure. Now,
736973691526
7370737001:20:00,663 --> 01:20:03,196
73717371the method we're gonna use, it's kinda like map,
7372- 那么我们用的函数 ,有点像 map
7372+ 那么我们要用的函数 ,有点像 map
73737373
737473741527
7375737501:20:03,265 --> 01:20:07,701
73767376its on collection, it's called filter. So what filter
7377- 这是在 collection 中的函数,它叫做 filter
7377+ 它是在 collection 中的函数,它叫做 filter
73787378
737973791528
7380738001:20:07,769 --> 01:20:10,437
@@ -7424,7 +7424,7 @@ return true from the function. See what I'm saying? So
742474241537
7425742501:20:35,264 --> 01:20:37,564
74267426that's why it's called filter. Filters the collection,
7427- 那就是它叫作 filter 的原因,过滤这个集合
7427+ 这就是它叫作 filter 的原因,过滤这个集合
74287428
742974291538
7430743001:20:37,633 --> 01:20:40,100
@@ -7579,7 +7579,7 @@ this is an array of all the indices. Now, if this only has
757975791568
7580758001:22:23,506 --> 01:22:26,639
75817581one thing in it then we have one face up card.
7582- 那么如果它里面有一个元素,我们就以一个朝上的牌
7582+ 那么如果它里面有一个元素,我们就有一个朝上的牌
75837583
758475841569
7585758501:22:26,708 --> 01:22:30,377
@@ -7664,7 +7664,7 @@ a protocol down here. The protocol we're gonna extend is
766476641585
7665766501:23:20,896 --> 01:23:25,832
76667666collection. So we're gonna add a var. Could be a function,
7667- collection 那么我们将添加一个变量,可能是函数
7667+ collection 那么我们将添加一个变量,可以是函数
76687668
766976691586
7670767001:23:25,901 --> 01:23:27,734
@@ -7879,7 +7879,7 @@ characters. And a string is a collection of characters. But
787978791628
7880788001:26:13,368 --> 01:26:17,537
78817881if I click on it, it's gonna say, it's a String.Element.
7882- 但如果我点一下它,它会说它是 String.element
7882+ 但如果我点一下它,它会说它是 String.Element
78837883
788478841629
7885788501:26:17,606 --> 01:26:21,408
@@ -7889,7 +7889,7 @@ So just like Array.Index is type alias to be int,
788978891630
7890789001:26:21,476 --> 01:26:25,212
78917891String.Element is type alias to be character.
7892- String.Element 也是 Character 的类型别名
7892+ String.Element 是 Character 的类型别名
78937893
789478941631
7895789501:26:25,280 --> 01:26:27,814
0 commit comments