- Sort Score
- Num 10 results
- Language All
- Labels All
Results 431 - 440 of 5,398 for int (0.56 seconds)
-
Importing Givens
Instances: given intOrd: Ordering[Int] = ... given listOrd: [T: Ordering]...ExecutionContext = ... given im: Monoid[Int] = ... the import clause import...docs.scala-lang.org/scala3/reference/contextual/given-imports.htmlTue Jan 27 22:53:02 GMT 2026 35.9K bytes -
Optional Braces
valid: trait A: def f: Int class C(x: Int) extends A: def f = x...instance, consider: { val x = 4 f(x: Int, y => x * ( y + 1 ) + (x + x)...docs.scala-lang.org/scala3/reference/other-new-features/indentation.htmlTue Jan 27 22:53:02 GMT 2026 72.3K bytes -
What else can MUnit do? | The Scala Toolkit | S...
docs.scala-lang.org/toolkit/testing-what-else.htmlFri Feb 06 04:30:27 GMT 2026 63K bytes -
Scala 2 with -Xsource:3 | Scala 3 Migration Gui...
Example 2: class C ( x : Int ) { def x () : Int = x // allowed in Scala...case class C private[p] (x: Int) ) are copied to the synthetic...docs.scala-lang.org/scala3/guides/migration/tooling-scala2-xsource3.htmlWed Apr 29 03:30:28 GMT 2026 65.3K bytes -
Environment, Universes, and Mirrors | Reflectio...
line: Int, column: Int) object Macros { def currentLocation:...method mirror for C.x: scala.Int (bound to C@3442299e) scala>...docs.scala-lang.org/zh-cn/overviews/reflection/environment-universes-mirrors.htmlFri Feb 06 04:30:27 GMT 2026 61.3K bytes -
泛型类 | Scala Documentation
val stack = new Stack[Int] stack.push(1) stack.push(2)...Stack[Char] ,那它不能被用作一个整型的栈 Stack[Int] 。否则就是不安全的,因为它将使我们能够在字母型的栈中插入真正的整型值。结论就是,只有当类型...docs.scala-lang.org/zh-cn/tour/generic-classes.htmlFri Feb 06 04:30:27 GMT 2026 207.2K bytes -
ftplib — FTP protocol client — Python 3.1...
instance’s debugging level as an int . This controls the amount of...The host to connect to. port ( int ) – The TCP port to connect to...docs.python.org/3/library/ftplib.htmlWed Apr 29 06:55:52 GMT 2026 14K bytes -
Capability Classifiers
`proc` and returning an `Int. val _: Try[Int]^{async, proc} = r Contributors...docs.scala-lang.org/scala3/reference/experimental/capture-checking/classifiers.htmlTue Jan 27 22:53:02 GMT 2026 38.8K bytes -
Complex Number Objects — Python 3.14.4 do...
int PyComplex_Check ( PyObject *...This function always succeeds. int PyComplex_CheckExact ( PyObject...docs.python.org/3/c-api/complex.htmlWed Apr 29 06:55:52 GMT 2026 5.7K bytes -
Iterators | Collections | Scala Documentation
BufferedIterator[Int] = non-empty iterator scala> bit.head res10: Int = 1...bit.next() res11: Int = 1 scala> bit.next() res11: Int = 2 注意,调用 BufferedIterator...docs.scala-lang.org/zh-cn/overviews/collections/iterators.htmlFri Feb 06 04:30:27 GMT 2026 138.2K bytes