- Sort Score
- Num 10 results
- Language All
- Labels All
Results 61 - 70 of 5,398 for int (0.03 seconds)
-
Scala 2.7 からの移行 | Collections | Scala Documenta...
4)) xs: List[(Int, Int)] = List((1,2), (3,4)) scala>...List.unzip(xs) ^ res0: (List[Int], List[Int]) = (List(1, 3),List(2,...docs.scala-lang.org/ja/overviews/collections/migrating-from-scala-27.htmlFri Feb 06 04:30:27 GMT 2026 91.9K bytes -
Tools | Scala 3 — Book | Scala Documentation
val timeout : Int = 5 _000 , val linger : Int = 5 _000 ) { override...val timeout : Int = 5 _000 , val linger : Int = 5 _000 ) : override...docs.scala-lang.org/scala3/book/domain-modeling-tools.htmlThu Feb 05 16:30:25 GMT 2026 181.8K bytes -
Code Objects — Python 3.14.4 documentation
PyUnstable_Code_New ( int argcount , int kwonlyargcount , int nlocals , int stacksize...nlyArgs ( int argcount , int posonlyargcount , int kwonlyargcount...docs.python.org/3/c-api/code.htmlWed Apr 29 06:55:52 GMT 2026 10.5K bytes -
向 Java 开发者介绍Scala | Scala 3 — Book | Scala Docu...
add(a: Int, b: Int): Int def multiply(a: Int, b: Int): Int = a *...public int add(int a, int b) { return a + b; } def add(a: Int, b:...docs.scala-lang.org/zh-cn/scala3/book/scala-for-java-devs.htmlFri Feb 06 04:30:27 GMT 2026 482K 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 如输出所示,如果您不为表达式的结果分配变量,REPL...docs.scala-lang.org/zh-cn/scala3/book/taste-repl.htmlFri Feb 06 04:30:27 GMT 2026 436.2K bytes -
Introduction | Quasiquotes | Scala Documentation
println(q"List[Int]" equalsStructure tq"List[Int]") false If we...List(Ident(TypeName("Int")))) scala> println(showRaw(tq"List[Int]")) Appl...docs.scala-lang.org/overviews/quasiquotes/intro.htmlFri Feb 06 04:30:27 GMT 2026 48.4K 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.htmlWed Apr 29 03:30:28 GMT 2026 69.3K bytes -
Relaxed Lambda Syntax
fun(f: Int => Int => Int): Int = f(1)(2) fun: (x: Int) => y =>...partial: PartialFunction[(Int, Int), Int] = case (a, b) if b > 2...docs.scala-lang.org/scala3/reference/experimental/relaxed-lambdas.htmlTue Jan 27 22:53:02 GMT 2026 37.2K bytes -
Dictionary Objects — Python 3.14.4 docume...
int , float , bool or bytes . int PyDict_ContainsString...key is str , int , float , bool or bytes . int PyDict_SetItemString...docs.python.org/3/c-api/dict.htmlWed Apr 29 06:55:52 GMT 2026 13.9K 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