- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of 5,220 for int (0.2 seconds)
-
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 -
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 -
Data marshalling support — Python 3.14.3 docume...
int version ) Marshal a long integer,...PyObject * value , FILE * file , int version ) Marshal a Python object,...docs.python.org/3/c-api/marshal.htmlFri Feb 06 03:23:27 GMT 2026 27.7K bytes -
Operating System Utilities — Python 3.14.3 docu...
int Py_FdIsInteractive ( FILE * fp...by PyOS_AfterFork_Child() . int PyOS_CheckStack ( ) Part of the...docs.python.org/3/c-api/sys.htmlFri Feb 06 03:23:27 GMT 2026 78.1K bytes -
Companion Objects | Scala Book | Scala Document...
] = None var age : Option [ Int ] = None override def toString...Option [ String ], age : Option [ Int ]) : Person = { var p = new Person...docs.scala-lang.org/overviews/scala-book/companion-objects.htmlFri Feb 06 04:30:27 GMT 2026 81.6K bytes -
Weak Reference Objects — Python 3.14.3 document...
int PyWeakref_Check ( PyObject *...This function always succeeds. int PyWeakref_CheckRef ( PyObject...docs.python.org/3/c-api/weakref.htmlFri Feb 06 03:23:27 GMT 2026 32.6K bytes -
How to write asynchronous tests? | The Scala To...
x : Int )( implicit ec : ExecutionContext ) : Future [ Int ] =...square ( x: Int )( using ExecutionContext ) : Future [ Int ] = Future...docs.scala-lang.org/toolkit/testing-asynchronous.htmlFri Feb 06 04:30:27 GMT 2026 64.4K bytes -
Allow fully implicit conversions in Scala 3 wit...
conversion from Array[Int] to IterableOnce[Int] . This conversion...Conversion [ Array [ Int ] , IterableOnce [ Int ]] = wrapIntArray...docs.scala-lang.org/sips/71.htmlFri Feb 06 04:30:27 GMT 2026 70.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 -
并发 | Scala 3 — Book | Scala Documentation
slowlyDouble ( x : Int , delay : Long ) : Future [ Int ] = Future {... def aShortRunningTask () : Int = 42 val x = aShortRunningTask...docs.scala-lang.org/zh-cn/scala3/book/concurrency.htmlFri Feb 06 04:30:27 GMT 2026 457.1K bytes