- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 5,398 for int (0.17 seconds)
-
多参数列表(柯里化) | Scala Documentation
{( m : Int , n : Int ) => m + n }) 注意使用多参数列表...numbers . foldLeft ( List [ Int ]()) _ val squares = numberFunc...docs.scala-lang.org/zh-cn/tour/multiple-parameter-lists.htmlFri Feb 06 04:30:27 GMT 2026 212.7K bytes -
Scala for JavaScript Developers | Scala 3 — Boo...
} def addAndDouble(a: Int, b: Int): Int = // imagine this requires...? a : b; } def min(a: Int, b: Int): Int = if a < b then a else...docs.scala-lang.org/scala3/book/scala-for-javascript-devs.htmlFri Feb 06 04:30:27 GMT 2026 144.4K bytes -
Support for Perf Maps — Python 3.14.4 doc...
int PyUnstable_PerfMapState_Init...about the cause of a failure. int PyUnstable_WritePerfMapEntry...docs.python.org/3/c-api/perfmaps.htmlWed Apr 29 06:55:52 GMT 2026 4.7K 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 -
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.htmlWed Apr 29 03:30:28 GMT 2026 62.7K 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 -
MemoryView objects — Python 3.14.4 docume...
int flags ) Return value: New reference....PyMemoryView_GetContiguous ( PyObject * obj , int buffertype , char order ) Return...docs.python.org/3/c-api/memoryview.htmlWed Apr 29 06:55:52 GMT 2026 4.9K bytes -
Programmatic Structural Types
{ val name: String; val age: Int } The type Person adds a refinement...person.selectDynamic("age").asInstanceOf[Int] For example, Record could be...docs.scala-lang.org/scala3/reference/changed-features/structural-types.htmlTue Jan 27 22:53:02 GMT 2026 44K bytes -
Default Parameter Values | Tour of Scala | Scal...
3 object A { def func ( x : Int = 34 ) : Unit def func ( y :...Unit } object A : def func ( x: Int = 34 ) : Unit def func ( y :...docs.scala-lang.org/tour/default-parameter-values.htmlWed Apr 29 03:30:28 GMT 2026 40.7K bytes -
Packaging and Imports | Scala 3 — Book | Scala ...
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/scala3/book/packaging-imports.htmlFri Feb 06 04:30:27 GMT 2026 130.3K bytes