- Sort Score
- Num 10 results
- Language All
- Labels All
Results 311 - 320 of 5,223 for int (0.09 seconds)
-
多元相等性 | Scala 3 — Book | Scala Documentation
year : Int , pages : Int ) extends Book case class...String , year : Int , lengthInMinutes : Int ) extends Book 最后,使用...docs.scala-lang.org/zh-cn/scala3/book/ca-multiversal-equality.htmlFri Feb 06 04:30:27 GMT 2026 449K bytes -
Concurrent Tries | Parallel Collections | Scala...
type Node = (Int, Int); type Parent = (Int, Int); // operations...node on a 2D map as a tuple of Int s. We define the map as a 2D...docs.scala-lang.org/overviews/parallel-collections/ctries.htmlFri Feb 06 04:30:27 GMT 2026 47K bytes -
Inline | Macros in Scala 3 | Scala Documentation
val n0 : Int = default ( "Int" ) val s0 : String =...inline def logged [ T ]( level : Int , message : => String )( inline...docs.scala-lang.org/scala3/guides/macros/inline.htmlFri Feb 06 04:30:27 GMT 2026 90.6K bytes -
タプル | Scala Documentation
Int) であり、これは Tuple2[String, Int] の簡単な表記法です。 タプルを表すために、Scalaは..."Sugar" , 25 ) ここでは String 要素を1つと Int 要素を1つ含むタプルを作っています。 推論される ingredient...docs.scala-lang.org/ja/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 146.5K bytes -
Tuple Objects — Python 3.14.3 documentation
int PyTuple_Check ( PyObject * p...This function always succeeds. int PyTuple_CheckExact ( PyObject...docs.python.org/3/c-api/tuple.htmlSun Feb 22 06:33:52 GMT 2026 8.3K bytes -
シンボル、構文木、型 | Reflection | Scala Documentation
<:w Short Short <:w Int Char <:w Int Int <:w Long Long <:w Float...= scala.List[Int] この例では、型コンストラクタ List に型引数 Int が適用された scala....docs.scala-lang.org/ja/overviews/reflection/symbols-trees-types.htmlFri Feb 06 04:30:27 GMT 2026 109K bytes -
How to write tests? | The Scala Toolkit | Scala...
numbers" ) { val input : List [ Int ] = List ( 1 , 2 , 3 , 4 ) val...val obtainedResults : List [ Int ] = input . map ( _ * 2 ) //...docs.scala-lang.org/toolkit/testing-suite.htmlFri Feb 06 04:30:27 GMT 2026 68.3K bytes -
Scala Features | Scala 3 — Book | Scala Documen...
def double ( ints : List [ Int ]) : List [ Int ] = { val buffer...def double ( ints : List [ Int ]) : List [ Int ] = val buffer...docs.scala-lang.org/scala3/book/scala-features.htmlThu Feb 05 16:30:25 GMT 2026 104.9K bytes -
Two Types of Variables | Scala Book | Scala Doc...
= 18 age : Int = 18 scala > val age = 19 age : Int = 19 val fields...like this: String s = "hello" ; int i = 42 ; Person p = new Person...docs.scala-lang.org/overviews/scala-book/two-types-variables.htmlFri Feb 06 04:30:27 GMT 2026 65.5K bytes -
Variances | Tour of Scala | Scala Documentation
bufInt : ListBuffer [ Int ] = ListBuffer [ Int ]( 1 , 2 , 3 ) val...) = "Hello" val firstElem : Int = bufInt ( 0 ) If the above code...docs.scala-lang.org/tour/variances.htmlFri Feb 06 04:30:27 GMT 2026 62.7K bytes