- Sort Score
- Num 10 results
- Language All
- Labels All
Results 201 - 210 of 5,220 for int (0.12 seconds)
-
Pure Functions | Scala Book | Scala Documentation
integers ( List[Int] ): def sum ( list : List [ Int ]) : Int = list match...given: def double ( i : Int ) : Int = i * 2 Although recursion...docs.scala-lang.org/overviews/scala-book/pure-functions.htmlFri Feb 06 04:30:27 GMT 2026 64.7K bytes -
Introduction | Quasiquotes | Scala Documentation
println(q"List[Int]" equalsStructure tq"List[Int]") false If we...List(Ident(TypeName("Int")))) scala> println(showRaw(tq"List[Int]")) Appl...docs.scala-lang.org/overviews/quasiquotes/intro.htmlFri Feb 06 04:30:27 GMT 2026 48.4K 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 -
Inline
abstract class A: def f: Int def g: Int = f class B extends A:...inline def f: Int object B extends A: inline def f: Int = 22 B.f //...docs.scala-lang.org/scala3/reference/metaprogramming/inline.htmlTue Jan 27 22:53:02 GMT 2026 57.6K bytes -
基本 | Scala Documentation
addThenMultiply ( x : Int , y : Int )( multiplier : Int ) : Int = ( x + y...きます。 def add ( x : Int , y : Int ) : Int = x + y println ( add...docs.scala-lang.org/ja/tour/basics.htmlFri Feb 06 04:30:27 GMT 2026 166.9K bytes -
Definition and import details | Quasiquotes | S...
$body" = q"def g(x: Int)(implicit y: Int) = x + y" paramss: .....$implparams) = $rhs" = q"def g(x: Int)(y: Int) = x + y" paramss: List[...docs.scala-lang.org/overviews/quasiquotes/definition-details.htmlFri Feb 06 04:30:27 GMT 2026 60.6K bytes -
Type Objects — Python 3.14.3 documentation
int PyType_ClearWatcher ( int watcher_id ) Clear...Added in version 3.12. int PyType_Watch ( int watcher_id , PyObject...docs.python.org/3/c-api/type.htmlFri Feb 06 03:23:27 GMT 2026 109K 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 -
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 -
Overview | Parallel Collections | Scala Documen...
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/overviews/parallel-collections/overview.htmlFri Feb 06 04:30:27 GMT 2026 55.2K bytes