- Sort Score
- Num 10 results
- Language All
- Labels All
Results 191 - 200 of 5,220 for int (0.41 seconds)
-
Adding Custom Collection Operations (Scala 2.13...
Generator of `Int` values */ implicit def int : Gen [ Int ] = new Gen...of `Int` values */ given Gen [ Int ] with def get : Int = Random...docs.scala-lang.org/overviews/core/custom-collection-operations.htmlFri Feb 06 04:30:27 GMT 2026 94.7K bytes -
Implicit Macros | Macros | Scala Documentation
IntShowable extends Showable[Int] { def show(x: Int) = x.toString } show(42)...over and over again. class C(x: Int) implicit def cShowable = new...docs.scala-lang.org/overviews/macros/implicits.htmlFri Feb 06 04:30:27 GMT 2026 49.8K bytes -
Numeric Literals
the primitive numeric types Int , Long , Float , and Double ....type: If the expected type is Int , Long , Float , or Double ,...docs.scala-lang.org/scala3/reference/experimental/numeric-literals.htmlTue Jan 27 22:53:02 GMT 2026 49K bytes -
控制结构 | Scala 3 — Book | Scala Documentation
3 val ints = List ( 1 , 2 , 3 , 4 , 5 ) for ( i <- ints ) println...) 代码 i <- ints 被称为_生成器_,在括号内的生成器后面是_循环体_。 val ints = List ( 1...docs.scala-lang.org/zh-cn/scala3/book/taste-control-structures.htmlFri Feb 06 04:30:27 GMT 2026 483.7K bytes -
API and ABI Versioning — Python 3.14.3 document...
Py_PACK_FULL_VERSION ( int major , int minor , int micro , int release_level...uint32_t Py_PACK_VERSION ( int major , int minor ) Part of the Stable...docs.python.org/3/c-api/apiabiversion.htmlFri Feb 06 03:23:27 GMT 2026 27.4K 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 -
Expression details | Quasiquotes | Scala Docume...
Tree] = List(def g(x: Int)(implicit y: Int): Int = x.+(y), implicit...trees: scala> val q"${x: Int}" = q"1" x: Int = 1 Similarly, it would...docs.scala-lang.org/overviews/quasiquotes/expression-details.htmlFri Feb 06 04:30:27 GMT 2026 72.8K bytes -
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 -
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/preview/into.htmlTue Jan 27 22:53:02 GMT 2026 57.1K bytes -
Capture Checking
tabulate[A](n: Int)(gen: Int => A) = def recur(i: Int): LzyList[A]^{gen}...parameters. In def f(x: => Int): Int the actual argument can refer...docs.scala-lang.org/scala3/reference/experimental/cc.htmlMon Nov 10 02:53:02 GMT 2025 109.9K bytes