- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 5,220 for int (0.12 seconds)
-
Slice Objects — Python 3.14.3 documentation
int PySlice_Check ( PyObject * ob...object could not be allocated. int PySlice_GetIndices ( PyObject...docs.python.org/3/c-api/slice.htmlFri Feb 06 03:23:27 GMT 2026 34.5K bytes -
Enumerations
enum Color(val rgb: Int): case Red extends Color(0xFF0000)...scala> red.ordinal val res0: Int = 0 The companion object of an...docs.scala-lang.org/scala3/reference/enums/enums.htmlTue Jan 27 22:53:02 GMT 2026 45.8K bytes -
Dropped: Weak Conformance
Int, Double) would be AnyVal , hence...conformance relation. val n: Int = 3 val c: Char = 'X' val d:...docs.scala-lang.org/scala3/reference/dropped-features/weak-conformance.htmlTue Jan 27 22:53:02 GMT 2026 29.8K bytes -
Implementing Type classes
(x: Int) def combine (y: Int): Int = x + y def unit: Int = 0...type Int one could write the following: given Monoid[Int]: extension...docs.scala-lang.org/scala3/reference/contextual/type-classes.htmlTue Jan 27 22:53:02 GMT 2026 49.7K bytes -
Algebraic Data Types
Some[Int] = Some(2) scala> val x: Option.Some[Int] = Option.Some(3)...Option.Some(3) val res4: Option.Some[Int] = Some(3) As all other enums,...docs.scala-lang.org/scala3/reference/enums/adts.htmlTue Jan 27 22:53:02 GMT 2026 40.6K bytes -
Futures and Promises | Scala Documentation
val firstOccurrence: Future[Int] = Future { val source = sca...val firstOccurrence: Future[Int] = Future { val source = sca...docs.scala-lang.org/overviews/core/futures.htmlFri Feb 06 04:30:27 GMT 2026 154.2K bytes -
Support for Perf Maps — Python 3.14.3 documenta...
int PyUnstable_PerfMapState_Init...about the cause of a failure. int PyUnstable_WritePerfMapEntry...docs.python.org/3/c-api/perfmaps.htmlFri Feb 06 03:23:27 GMT 2026 20K bytes -
Right-Associative Extension Methods: Details
(x: Int) def *:[T](xs: List[T]): List[T] = ... xs.*:[Int](1)...(a: Int) def :+(b: Long): Long = ... // extension on Int def...docs.scala-lang.org/scala3/reference/contextual/right-associative-extension-methods.htmlTue Jan 27 22:53:02 GMT 2026 35.3K bytes -
配置并行集合 | Parallel Collections | Scala Documenta...
ParArray[Int] = ParArray(1, 2, 3) scala> pc.tasksupport...scala.collection.parallel.mutable.ParArray[Int] = ParArray(2, 3, 4) 以上代码配置并行集合使用parallelism...docs.scala-lang.org/zh-cn/overviews/parallel-collections/configuration.htmlFri Feb 06 04:30:27 GMT 2026 73.5K bytes -
多参数列表(柯里化) | 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