- Sort Score
- Num 10 results
- Language All
- Labels All
Results 81 - 90 of 5,220 for int (0.04 seconds)
-
Named and Default Arguments | Scala Documentation
trait A { def f(a: Int = 1, b: Int): (Int, Int) } // B: inherit...def f(a: Int): Int } class B extends A { def f(x: Int) = x } val...docs.scala-lang.org/sips/1.htmlFri Feb 06 04:30:27 GMT 2026 39.5K bytes -
Syntactic Changes | Scala 3 Migration Guide | S...
-val f = { x: Int => x * x } +val f = { (x: Int) => x * x } Open...Scala 2 Only def bar : ( Int , Int ) = { val foo = 1.0 val bar...docs.scala-lang.org/scala3/guides/migration/incompat-syntactic.htmlThu Feb 05 16:30:25 GMT 2026 64.6K bytes -
Bytes Objects — Python 3.14.3 documentation
%c int A single byte, represented as a C int. %d int Equivalent...as bytes in the Python layer. int PyBytes_Check ( PyObject * o...docs.python.org/3/c-api/bytes.htmlSun Feb 22 06:33:52 GMT 2026 8.5K bytes -
Abstract Type Members | Tour of Scala | Scala D...
( e1 : Int , e2 : Int ) : SeqBuffer [ Int , Seq [ Int ]] = new...( e1 : Int , e2 : Int ) : SeqBuffer [ Int , Seq [ Int ]] = new...docs.scala-lang.org/tour/abstract-type-members.htmlFri Feb 06 04:30:27 GMT 2026 48.8K bytes -
Context Variables Objects — Python 3.14.3 docum...
int PyContext_ClearWatcher ( int watcher_id ) Clear...token type. Type-check macros: int PyContext_CheckExact ( PyObject...docs.python.org/3/c-api/contextvars.htmlFri Feb 06 03:23:27 GMT 2026 39.5K bytes -
Common Object Structures — Python 3.14.3 docume...
int int Py_T_LONG Part of the Stable...since version 3.12. unsigned int int Py_T_USHORT Part of the Stable...docs.python.org/3/c-api/structures.htmlFri Feb 06 03:23:27 GMT 2026 136.3K bytes -
Best Practices | Macros in Scala 3 | Scala Docu...
y : Expr [ Int ] = ... def body ( x : Expr [ Int ])( using quotes...def body ( x : Expr [ Int ], y : Expr [ Int ])( using Quotes ) =...docs.scala-lang.org/scala3/guides/macros/best-practices.htmlFri Feb 06 04:30:27 GMT 2026 55.7K bytes -
커링 | Scala Documentation
filter(xs: List[Int], p: Int => Boolean): List[Int] = if (xs.isEmpty)...filter(xs.tail, p) def modN(n: Int)(x: Int) = ((x % n) == 0) val nums...docs.scala-lang.org/ko/tour/multiple-parameter-lists.htmlFri Feb 06 04:30:27 GMT 2026 73.6K bytes -
Supplying Default Values for Constructor Parame...
Socket ( var timeout : Int , var linger : Int ) { override def toString...( var timeout : Int = 2000 , var linger : Int = 3000 ) { override...docs.scala-lang.org/overviews/scala-book/constructors-default-values.htmlFri Feb 06 04:30:27 GMT 2026 65K bytes -
嵌套方法 | Scala Documentation
x : Int ) : Int = { def fact ( x : Int , accumulator : Int ) :...: Int = { if ( x <= 1 ) accumulator else fact ( x - 1 , x * accumulator...docs.scala-lang.org/zh-cn/tour/nested-functions.htmlFri Feb 06 04:30:27 GMT 2026 204.4K bytes