- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 5,220 for int (0.08 seconds)
-
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 -
고차 함수 | Scala Documentation
def apply(f: Int => String, v: Int) = f(v) 주의: 문맥적으로 함수가...App { def apply(f: Int => String, v: Int) = f(v) val decorator...docs.scala-lang.org/ko/tour/higher-order-functions.htmlFri Feb 06 04:30:27 GMT 2026 74.1K 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 -
The `into` Type and Modifier
conversion from Array[Int] to IterableOnce[Int] . This conversion...given Conversion[Array[Int], IterableOnce[Int]] = wrapIntArray val...docs.scala-lang.org/scala3/reference/preview/into.htmlTue Jan 27 22:53:02 GMT 2026 57.1K bytes -
Companion Objects | Scala Book | Scala Document...
] = None var age : Option [ Int ] = None override def toString...Option [ String ], age : Option [ Int ]) : Person = { var p = new Person...docs.scala-lang.org/overviews/scala-book/companion-objects.htmlFri Feb 06 04:30:27 GMT 2026 81.6K bytes -
Algebraic Data Types | Scala 3 — Book | Scala D...
: case IntBox ( n: Int ) extends Box [ Int ]( n ) case BoolBox...parameterized: enum Color ( val rgb : Int ) : case Red extends Color (...docs.scala-lang.org/scala3/book/types-adts-gadts.htmlFri Feb 06 04:30:27 GMT 2026 89.1K 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 -
How to write asynchronous tests? | The Scala To...
x : Int )( implicit ec : ExecutionContext ) : Future [ Int ] =...square ( x: Int )( using ExecutionContext ) : Future [ Int ] = Future...docs.scala-lang.org/toolkit/testing-asynchronous.htmlFri Feb 06 04:30:27 GMT 2026 64.4K bytes -
暗黙の変換 | Scala Documentation
Ordered[List[A]] と Int => Ordered[Int] がスコープの中にあれば、 List[Int] 型の2つのリスト...List(4, 5) implicitなメソッド Int => Ordered[Int] は scala.Predef.intWrapper...docs.scala-lang.org/ja/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 146.4K 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