- Sort Score
- Num 10 results
- Language All
- Labels All
Results 221 - 230 of 4,339 for int (0.28 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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 -
Migrating a Project to Scala 2.13's Collections...
make[Int]() ArrayBuilder.make[Int] Collection213Upgrade...f(xs: Traversable[Int]): Unit def f(xs: Iterable[Int]): Unit Collection213Upgrade...docs.scala-lang.org/overviews/core/collections-migration-213.htmlFri Feb 06 04:30:27 GMT 2026 74K bytes -
Scala容器类体系结构 | Scala Documentation
如果s是一个Int的序列(Seq[Int]),f是将Int转换为String的方法,那么,s.m...ArrayBuffer[Int] buf: scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer()...docs.scala-lang.org/zh-cn/overviews/core/architecture-of-scala-collections.htmlFri Feb 06 04:30:27 GMT 2026 69.3K bytes -
Data marshalling support — Python 3.14.4 ...
int version ) Marshal a long integer,...PyObject * value , FILE * file , int version ) Marshal a Python object,...docs.python.org/3/c-api/marshal.htmlWed Apr 29 06:55:52 GMT 2026 4.9K 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 -
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 -
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 -
Right-Associative Extension Methods: Details
(x: Int) def *:[T](xs: List[T]): List[T] = ... xs.*:[Int](1)...(a: Int) def :+(b: Long): Long = ... // extension on Int def...docs.scala-lang.org/scala3/reference/contextual/right-associative-extension-methods.htmlTue Jan 27 22:53:02 GMT 2026 35.3K bytes -
Implementing Type classes
(x: Int) def combine (y: Int): Int = x + y def unit: Int = 0...type Int one could write the following: given Monoid[Int]: extension...docs.scala-lang.org/scala3/reference/contextual/type-classes.htmlTue Jan 27 22:53:02 GMT 2026 49.7K bytes -
Generator Objects — Python 3.14.4 documen...
int PyGen_Check ( PyObject * ob )...This function always succeeds. int PyGen_CheckExact ( PyObject *...docs.python.org/3/c-api/gen.htmlWed Apr 29 06:55:52 GMT 2026 4.8K bytes