- Sort Score
- Num 10 results
- Language All
- Labels All
Results 211 - 220 of 5,220 for int (0.12 seconds)
-
types — Dynamic type creation and names for bui...
GenericAlias >>> list [ int ] == GenericAlias ( list , ( int ,)) True >>>...dict [ str , int ] == GenericAlias ( dict , ( str , int )) True Added...docs.python.org/3/library/types.htmlFri Feb 06 03:23:28 GMT 2026 73.9K bytes -
Curses C API — Python 3.14.3 documentation
predicate functions of type int (*)(void) . When called, these...corresponding to curses.window . int PyCursesWindow_Check ( PyObject...docs.python.org/3/c-api/curses.htmlFri Feb 06 03:23:27 GMT 2026 29.2K bytes -
Supporting Cyclic Garbage Collection — Python 3...
int PyObject_IS_GC ( PyObject * obj...if this function returns 0. int PyObject_GC_IsTracked ( PyObject...docs.python.org/3/c-api/gcsupport.htmlFri Feb 06 03:23:27 GMT 2026 60.1K bytes -
Variables and Data Types | Scala 3 — Book | Sca...
type: Scala 2 and 3 val x : Int = 1 // explicit val x = 1 //...3 scala > val x = 1 val x : Int = 1 scala > val s = "a string"...docs.scala-lang.org/scala3/book/taste-vars-data-types.htmlThu Feb 05 16:30:25 GMT 2026 89.6K bytes -
ポリモーフィックメソッド | Scala Documentation
最初の呼び出し例では、 [Int] と書いて明示的に型引数を渡しています。そのため最初の引数は Int でなければならず、戻される型は...listOfDuplicates [ A ]( x : A , length : Int ) : List [ A ] = { if ( length...docs.scala-lang.org/ja/tour/polymorphic-methods.htmlFri Feb 06 04:30:27 GMT 2026 143.9K bytes -
概述 | Parallel Collections | Scala Documentation
sum res01: Int = 467766 scala> var sum = 0 sum: Int = 0 scala>...sum res02: Int = 457073 scala> var sum = 0 sum: Int = 0 scala>...docs.scala-lang.org/zh-cn/overviews/parallel-collections/overview.htmlFri Feb 06 04:30:27 GMT 2026 81.8K bytes -
Glossary | Scala Documentation
if function f has type Int => Int => Int , then f and f(1) are...lists. For instance def f(x: Int)(y: Int) is a curried function with...docs.scala-lang.org/glossary/index.htmlThu Feb 05 16:30:25 GMT 2026 78.2K bytes -
Reflection | Macros in Scala 3 | Scala Document...
( x : Expr [ Int ])( using Quotes ) : Expr [ Int ] = import quotes.reflect....asExprOf[Int] to transform the term back into Expr[Int] . This...docs.scala-lang.org/scala3/guides/macros/reflection.htmlFri Feb 06 04:30:27 GMT 2026 65.1K bytes -
Concrete Parallel Collection Classes | Parallel...
ParArray[Int] = ParArray(1, 3, 5, 7, 9, 11,...scala> pa reduce (_ + _) res0: Int = 1000000 scala> pa map (x =>...docs.scala-lang.org/overviews/parallel-collections/concrete-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 55.6K bytes -
Passing Functions Around | Scala Book | Scala D...
( i : Int ) : Int = i * 2 //a method that doubles an Int val doubles...like this: def double ( i : Int ) : Int = i * 2 you can then pass...docs.scala-lang.org/overviews/scala-book/passing-functions-around.htmlFri Feb 06 04:30:27 GMT 2026 68.6K bytes