We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4470c2c commit 81e78c7Copy full SHA for 81e78c7
_ru/overviews/collections-2.13/views.md
@@ -45,7 +45,7 @@ language: ru
45
scala> val vv = v.view
46
vv: scala.collection.IndexedSeqView[Int] = IndexedSeqView(<not computed>)
47
48
-Применение `v.view` дает нам `IndexedSeqView[Int]`, тоесть лениво вычисляемым `IndexedSeq[Int]`. Также как и `LazyList`,
+Применение `v.view` дает нам `IndexedSeqView[Int]`, тоесть лениво вычисляемым `IndexedSeq[Int]`. Так же как и `LazyList`,
49
метод `toString` на отображении не принуждает выводить элементы, вот почему содержимое `vv` выводится как `View(?)`.
50
51
Применение первого `map` к отображению дает:
0 commit comments