- Sort Score
- Num 10 results
- Language All
- Labels All
Results 291 - 300 of 5,398 for int (0.39 seconds)
-
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 -
Buffer Protocol — Python 3.14.4 documenta...
int readonly , int flags ) Part of the Stable...PyBUF_SIMPLE or PyBUF_WRITABLE . int readonly An indicator of whether...docs.python.org/3/c-api/buffer.htmlWed Apr 29 06:55:52 GMT 2026 14.5K 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 -
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 -
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 -
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 -
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 -
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 -
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 -
Separation Checking
setElem(i: Int, j: Int, x: Double): Unit = ... def getElem(i: Int, j:...this: class Matrix(nrows: Int, ncols: Int) extends Mutable: update...docs.scala-lang.org/scala3/reference/experimental/capture-checking/separation-checking.htmlTue Jan 27 22:53:02 GMT 2026 48.4K bytes