- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 5,398 for int (0.1 seconds)
-
Module Objects — Python 3.14.4 documentation
usage: static int add_spam ( PyObject * module , int value ) { PyObject...NULL : static int add_spam ( PyObject * module , int value ) { PyObject...docs.python.org/3/c-api/module.htmlWed Apr 29 06:55:52 GMT 2026 15K bytes -
Pure Functions | Scala 3 — Book | Scala Documen...
2 and 3 def double ( i : Int ) : Int = i * 2 If you’re comfortable...3 def sum ( xs : List [ Int ]) : Int = xs match { case Nil =>...docs.scala-lang.org/scala3/book/fp-pure-functions.htmlFri Feb 06 04:30:27 GMT 2026 76.2K bytes -
注解 | Scala Documentation
x : Int ) : Int = { @tailrec def factorialHelper ( x : Int , accumulator...factorial(x: Int): Int = { @tailrec def factorialHelper(x: Int): Int...docs.scala-lang.org/zh-cn/tour/annotations.htmlFri Feb 06 04:30:27 GMT 2026 209.8K bytes -
Iterators | Collections (Scala 2.8 - 2.12) | Sc...
tor[Int] = non-empty iterator scala> bit.head res10: Int = 1...bit.next() res11: Int = 1 scala> bit.next() res12: Int = 2 scala> bit.headOption...docs.scala-lang.org/overviews/collections/iterators.htmlFri Feb 06 04:30:27 GMT 2026 76.4K bytes -
Union Types - More Details
in val x: Int | String = ... Int | String would be a...the soft union type Int | "abc" | List[Int] . Type inference When...docs.scala-lang.org/scala3/reference/new-types/union-types-spec.htmlTue Jan 27 22:53:02 GMT 2026 43.1K bytes -
Quoted Code | Macros in Scala 3 | Scala Documen...
mirrorFields [( Int , String , Int )] // List("scala.Int", "java.lang.String",...evalAndUse [ Int ]( Expr ( 3 ))( using Type . of [ Int ]) As you...docs.scala-lang.org/scala3/guides/macros/quotes.htmlFri Feb 06 04:30:27 GMT 2026 120.5K bytes -
중첩 함수 | Scala Documentation
List[Int], threshold: Int) = { def process(ys: List[Int]): List[Int]...List[Int] = if (ys.isEmpty) ys else if (ys.head < threshold) ys.head...docs.scala-lang.org/ko/tour/nested-functions.htmlFri Feb 06 04:30:27 GMT 2026 73.2K bytes -
集合 | Scala 3 — Book | Scala Documentation
3 ) // a: List[Int] = List(1, 2, 3) // Range methods...1 to 5 ). toList // b: List[Int] = List(1, 2, 3, 4, 5) val c...docs.scala-lang.org/zh-cn/scala3/book/taste-collections.htmlFri Feb 06 04:30:27 GMT 2026 446K bytes -
暗黙のパラメータ | Scala Documentation
Monoid [ Int ] = new Monoid [ Int ] { def add ( x : Int , y : Int...Int ) : Int = x + y def unit : Int = 0 } def sum [ A ]( xs :...docs.scala-lang.org/ja/tour/implicit-parameters.htmlFri Feb 06 04:30:27 GMT 2026 151.3K bytes -
Configuring Parallel Collections | Parallel Col...
ParArray[Int] = ParArray(1, 2, 3) scala> val...scala.collection.parallel.mutable.ParArray[Int] = ParArray(2, 3, 4) The above...docs.scala-lang.org/overviews/parallel-collections/configuration.htmlFri Feb 06 04:30:27 GMT 2026 43.4K bytes