- Sort Score
- Num 10 results
- Language All
- Labels All
Results 331 - 340 of 5,398 for int (0.1 seconds)
-
Opaque Type Aliases: More Details
object o: opaque type T = Int val x: Int = id(2) def id(x: o.T):...type T = Int ... val x: T val y: T x == y // uses Int equality...docs.scala-lang.org/scala3/reference/other-new-features/opaques-details.htmlTue Jan 27 22:53:02 GMT 2026 43.3K bytes -
Multiple interpreters in a Python process ̵...
Structure fields: int use_main_obmalloc If this is...PyInterpreterConfig_OWN_GIL . int allow_fork If this is 0 then...docs.python.org/3/c-api/subinterpreters.htmlWed Apr 29 06:55:52 GMT 2026 12K bytes -
複数パラメータリスト(カリー化) | Scala Documentation
( m : Int , n : Int ) => m + n ) 複数パラメータリスト...こちらが例です。 def execute ( arg : Int )( implicit ec : scala.concu...docs.scala-lang.org/ja/tour/multiple-parameter-lists.htmlFri Feb 06 04:30:27 GMT 2026 148.6K bytes -
Main Methods in Scala 3 | Scala 3 — Book | Scal...
this @main method that takes an Int , a String , and a varargs String*...@main def happyBirthday ( age : Int , name : String , others : String*...docs.scala-lang.org/scala3/book/methods-main-methods.htmlWed Apr 29 03:30:28 GMT 2026 85.4K bytes -
Dropped: Auto-Application
def next(): Int class B extends A: def next: Int // overriding...scala.math.Numeric def toInt(): Int whereas toInt is written without...docs.scala-lang.org/scala3/reference/dropped-features/auto-apply.htmlTue Jan 27 22:53:02 GMT 2026 32.7K bytes -
How to write a type class `derived` method usin...
x == y given Eq[Int]: def eqv(x: Int, y: Int) = x == y def eqProduct[T](body:...class Person(name: String, age: Int) derives Eq the equality check...docs.scala-lang.org/scala3/reference/contextual/derivation-macro.htmlTue Jan 27 22:53:02 GMT 2026 46.9K bytes -
Importing Modules — Python 3.14.4 documen...
int level ) Return value: New reference....locals , PyObject * fromlist , int level ) Return value: New reference....docs.python.org/3/c-api/import.htmlTue Apr 28 13:41:04 GMT 2026 10.3K bytes -
Higher-order Functions | Tour of Scala | Scala ...
_000 ) val doubleSalary = ( x : Int ) => x * 2 val newSalaries...function which takes a single Int, x , and returns x * 2 . In general,...docs.scala-lang.org/tour/higher-order-functions.htmlWed Apr 29 03:30:28 GMT 2026 62.6K bytes -
Trait Iterable | Collections | Scala Documentation
List[Int] = List(1, 2, 3) scala> git.next() res4: List[Int] = List(4,...List[Int] = List(1, 2, 3) scala> sit.next() res6: List[Int] = List(2,...docs.scala-lang.org/overviews/collections-2.13/trait-iterable.htmlFri Feb 06 04:30:27 GMT 2026 75.5K bytes -
Match Expressions with Sub Cases
Legacy case Stable(major: Int, minor: Int) case class Document(title:...boolean guards, e.g. case Some(x: Int) if x != 0 if x match ... . Interleaving...docs.scala-lang.org/scala3/reference/experimental/sub-cases.htmlTue Jan 27 22:53:02 GMT 2026 33.3K bytes