- Sort Score
- Num 10 results
- Language All
- Labels All
Results 161 - 170 of 5,220 for int (0.06 seconds)
-
The Vector Class | Scala Book | Scala Documenta...
3 ) a : Vector [ Int ] = Vector ( 1 , 2 , 3 ) scala...val b = a :+ 4 b : Vector [ Int ] = Vector ( 1 , 2 , 3 , 4 )...docs.scala-lang.org/overviews/scala-book/vector-class.htmlFri Feb 06 04:30:27 GMT 2026 67.3K bytes -
Automatic Eta Expansion
String) => Int => List[Int] f2: Int => List[Int] The syntax...Boolean, y: String)(z: Int): List[Int] val f1 = m val f2 = m(true,...docs.scala-lang.org/scala3/reference/changed-features/eta-expansion.htmlTue Jan 27 22:53:02 GMT 2026 29.9K bytes -
方法 | Scala 3 — Book | Scala Documentation
and 3 def sum ( a : Int , b : Int ) : Int = a + b def concatenate...Scala 2 and 3 def sum ( a : Int , b : Int ) = a + b def concatenate...docs.scala-lang.org/zh-cn/scala3/book/taste-methods.htmlFri Feb 06 04:30:27 GMT 2026 450.9K bytes -
Eta-Expansion | Scala 3 — Book | Scala Document...
fail: def isLessThan ( x : Int , y : Int ) : Boolean = x < y val...e.g. def isLessThan ( x : Int , y : Int ) : Boolean = x < y val...docs.scala-lang.org/scala3/book/fun-eta-expansion.htmlFri Feb 06 04:30:27 GMT 2026 79.4K bytes -
List Objects — Python 3.14.3 documentation
int PyList_Check ( PyObject * p )...This function always succeeds. int PyList_CheckExact ( PyObject...docs.python.org/3/c-api/list.htmlFri Feb 06 03:23:27 GMT 2026 43.9K bytes -
The `into` Type and Modifier
conversion from Array[Int] to IterableOnce[Int] . This conversion...given Conversion[Array[Int], IterableOnce[Int]] = wrapIntArray val...docs.scala-lang.org/scala3/reference/experimental/into.htmlMon Nov 10 02:53:02 GMT 2025 54.6K bytes -
중첩 함수 | Scala Documentation
List[Int], threshold: Int) = { def process(ys: List[Int]): List[Int]...List[Int] = if (ys.isEmpty) ys else if (ys.head < threshold) ys.head...docs.scala-lang.org/ko/tour/nested-functions.htmlFri Feb 06 04:30:27 GMT 2026 73.2K bytes -
types — Dynamic type creation and names for bui...
GenericAlias >>> list [ int ] == GenericAlias ( list , ( int ,)) True >>>...dict [ str , int ] == GenericAlias ( dict , ( str , int )) True Added...docs.python.org/3/library/types.htmlFri Feb 06 03:23:28 GMT 2026 73.9K bytes -
Control Structures | Scala 3 — Book | Scala Doc...
3 val ints = List ( 1 , 2 , 3 , 4 , 5 ) for ( i <- ints ) println...loop. val ints = List ( 1 , 2 , 3 , 4 , 5 ) for i <- ints do println...docs.scala-lang.org/scala3/book/taste-control-structures.htmlThu Feb 05 16:30:25 GMT 2026 119.8K bytes -
An OOP Example | Scala Book | Scala Documentation
Int ], crustSizePrices : Map [ CrustSize , Int ], crustTypePrices...crustTypePrices : Map [ CrustType , Int ] ) : Int = ??? Note that this is...docs.scala-lang.org/overviews/scala-book/oop-pizza-example.htmlFri Feb 06 04:30:27 GMT 2026 74.3K bytes