- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of 5,398 for int (0.41 seconds)
-
Pattern Matching | Tour of Scala | Scala Docume...
Random val x : Int = Random . nextInt ( 10 ) x match...import scala.util.Random val x : Int = Random . nextInt ( 10 ) x match...docs.scala-lang.org/tour/pattern-matching.htmlWed Apr 29 03:30:28 GMT 2026 81.9K 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 -
具体的可变容器类 | Collections | Scala Documentation
mpty[Int] buf: scala.collection.mutable.ArrayBuffer[Int] = ArrayBuffer()...mpty[Int] buf: scala.collection.mutable.ListBuffer[Int] = ListBuffer()...docs.scala-lang.org/zh-cn/overviews/collections/concrete-mutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 134.2K bytes -
Function Objects — Python 3.14.4 document...
int PyFunction_ClearWatcher ( int watcher_id ) Clear...programmers as types.FunctionType . int PyFunction_Check ( PyObject *...docs.python.org/3/c-api/function.htmlWed Apr 29 06:55:52 GMT 2026 7.8K bytes -
Curses C API — Python 3.14.4 documentation
predicate functions of type int (*)(void) . When called, these...corresponding to curses.window . int PyCursesWindow_Check ( PyObject...docs.python.org/3/c-api/curses.htmlWed Apr 29 06:55:52 GMT 2026 5.4K bytes -
PyTime C API — Python 3.14.4 documentation
int PyTime_Monotonic ( PyTime_t *...important details on this clock. int PyTime_PerfCounter ( PyTime_t...docs.python.org/3/c-api/time.htmlWed Apr 29 06:55:52 GMT 2026 5.2K bytes -
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 -
Capture Checking Basics
In def f(x: => Int): Int the actual argument can refer...defined like this def f(x: -> Int): Int the actual argument to f could...docs.scala-lang.org/scala3/reference/experimental/capture-checking/basics.htmlTue Jan 27 22:53:02 GMT 2026 54.7K 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