- Sort Score
- Num 10 results
- Language All
- Labels All
Results 11 - 20 of 5,220 for int (0.07 seconds)
-
Multiple Parameter Lists | Tour of Scala | Scal...
match the inferred type (Int, Int) => Int Scala 2 and 3 def foldLeft2...def firstWay = foldLeft1 [ Int , Int ]( numbers , 0 , _ + _ ) def...docs.scala-lang.org/tour/multiple-parameter-lists.htmlThu Feb 05 16:30:25 GMT 2026 57.1K bytes -
Concrete Mutable Collection Classes | Collectio...
empty [ Int ] buf : scala.collection.mutable.ArrayBuffer [ Int ] =...empty [ Int ] buf : scala.collection.mutable.ListBuffer [ Int ] =...docs.scala-lang.org/overviews/collections-2.13/concrete-mutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 80.5K bytes -
Kind Projector Migration | Scala 3 Migration Gu...
Either [ Int , +* ] // equivalent to: type R[+A] = Either[Int, A]...Either [ Int , + _ ] // equivalent to: type R[+A] = Either[Int, A]...docs.scala-lang.org/scala3/guides/migration/plugin-kind-projector.htmlThu Feb 05 16:30:25 GMT 2026 69.3K bytes -
A First Look at Scala Methods | Scala Book | Sc...
def add ( a : Int , b : Int , c : Int ) : Int = a + b + c Multiline...shown: def add ( a : Int , b : Int ) : Int = a + b Here’s a method...docs.scala-lang.org/overviews/scala-book/methods-first-look.htmlFri Feb 06 04:30:27 GMT 2026 65K bytes -
hierarchy.svg
Boolean Boolean->AnyVal Int Int Int->AnyVal ... (value types)...String->AnyRef / Object List[Int] List[Int] List[Int]->AnyRef / Object ......docs.scala-lang.org/resources/images/scala3-book/hierarchy.svgWed Nov 26 17:03:38 GMT 2025 9.5K bytes -
Dictionary Objects — Python 3.14.3 documentation
int PyDict_Merge ( PyObject * a , PyObject * b , int override...in version 3.12. int PyDict_ClearWatcher ( int watcher_id ) Clear...docs.python.org/3/c-api/dict.htmlFri Feb 06 03:23:27 GMT 2026 112.6K bytes -
Unlifting | Quasiquotes | Scala Documentation
${ints: List[Int]})" = q"f(1, 2, 3)" ints: List[Int] = List(1,...q"${left: Int} + ${right: Int}" = q"2 + 2" left: Int = 2 right:...docs.scala-lang.org/overviews/quasiquotes/unlifting.htmlFri Feb 06 04:30:27 GMT 2026 47.6K bytes -
Changes in Overload Resolution
g(x: Int)(y: Int)(z: Int): Int = 0 def g(x: Int)(y: Int)(z: String):...f(x: Int)(y: String): Int = 0 def f(x: Int)(y: Int): Int = 0 f(3)("")...docs.scala-lang.org/scala3/reference/changed-features/overload-resolution.htmlTue Jan 27 22:53:02 GMT 2026 34.3K bytes -
The REPL | Scala 3 — Book | Scala Documentation
sum(a: Int, b: Int): Int = a + b def sum(a: Int, b: Int): Int scala>...+ 1 val res0: Int = 2 scala> 2 + 2 val res1: Int = 4 As shown...docs.scala-lang.org/scala3/book/taste-repl.htmlThu Feb 05 16:30:25 GMT 2026 71.4K bytes -
The Set Class | Scala Book | Scala Documentation
Set [ Int ]() val set : scala.collection.mutable.Set [ Int ] =...collection . mutable . Set [ Int ]() You add elements to a mutable...docs.scala-lang.org/overviews/scala-book/set-class.htmlFri Feb 06 04:30:27 GMT 2026 72K bytes