- Sort Score
- Num 10 results
- Language All
- Labels All
Results 361 - 370 of 5,398 for int (0.25 seconds)
-
元组 | Scala Documentation
Int ] 这将创建一个包含一个 String 元素和一个 Int 元素的元组。 Scala ...ingredient 的类型为 Tuple2[String, Int] 。 访问元素 使用下划线语法来访问元组中的元素。 ‘tuple._n’...docs.scala-lang.org/zh-cn/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 209.1K bytes -
打包和导入 | Scala 3 — Book | Scala Documentation
2 -> 2 ) val c : Map [ Int , Int ] = Map ( 1 -> 1 , 2 -> 2...MonthConverter [ Int ] with def convert ( i : Int ) : String = i...docs.scala-lang.org/zh-cn/scala3/book/packaging-imports.htmlFri Feb 06 04:30:27 GMT 2026 494K bytes -
Lazy Vals Initialization
LazyVals var value_0: Int = _ var bitmap: Long = 0L val...Cell], "bitmap") def bar(): Int = { while (true) { val flag =...docs.scala-lang.org/scala3/reference/changed-features/lazy-vals-init.htmlTue Jan 27 22:53:02 GMT 2026 33.7K bytes -
ジェネリッククラス | Scala Documentation
val stack = new Stack[Int] stack.push(1) stack.push(2)...println(stack.pop) // prints 1 インスタンス stack はIntのみを受け取ることができます。 しかしながら、型がサブタイ...docs.scala-lang.org/ja/tour/generic-classes.htmlFri Feb 06 04:30:27 GMT 2026 145.9K bytes -
Structural Types | Scala 3 — Book | Scala Docum...
val name : String val age : Int } The Person type adds a refinement...selectDynamic ( "age" ). asInstanceOf [ Int ] A second example To reinforce...docs.scala-lang.org/scala3/book/types-structural.htmlFri Feb 06 04:30:27 GMT 2026 75.8K bytes -
Cell Objects — Python 3.14.4 documentation
docs.python.org/3/c-api/cell.htmlWed Apr 29 06:55:52 GMT 2026 4.3K bytes -
Dropped: Existential Types
Int] is treated as the type Map ,...type parameter is an alias of Int . When reading class files compiled...docs.scala-lang.org/scala3/reference/dropped-features/existential-types.htmlTue Jan 27 22:53:02 GMT 2026 29K bytes -
Type Object Structures — Python 3.14.4 do...
getbufferproc PyObject * Py_buffer * int int releasebufferproc PyObject...PyObject * int objobjproc PyObject * PyObject * int objobjargproc...docs.python.org/3/c-api/typeobj.htmlTue Apr 28 13:41:03 GMT 2026 50.2K bytes -
패턴 매칭 | Scala Documentation
case "two" => 2 case y: Int => "scala.Int" } println(matchTest("two"))...extends App { def matchTest(x: Int): String = x match { case 1 =>...docs.scala-lang.org/ko/tour/pattern-matching.htmlFri Feb 06 04:30:27 GMT 2026 74.5K bytes -
uuid — UUID objects according to RFC 9562 ̵...
int = None , version = None , * ,...single 128-bit integer as the int argument. When a string of hex...docs.python.org/3/library/uuid.htmlWed Apr 29 06:55:52 GMT 2026 11.4K bytes