- Sort Score
- Num 10 results
- Language All
- Labels All
Results 141 - 150 of 5,220 for int (0.28 seconds)
-
注解 | Scala Documentation
x : Int ) : Int = { @tailrec def factorialHelper ( x : Int , accumulator...factorial(x: Int): Int = { @tailrec def factorialHelper(x: Int): Int...docs.scala-lang.org/zh-cn/tour/annotations.htmlFri Feb 06 04:30:27 GMT 2026 209.8K bytes -
Eta-Expansion | Scala 3 — Book | Scala Document...
fail: def isLessThan ( x : Int , y : Int ) : Boolean = x < y val...e.g. def isLessThan ( x : Int , y : Int ) : Boolean = x < y val...docs.scala-lang.org/scala3/book/fun-eta-expansion.htmlFri Feb 06 04:30:27 GMT 2026 79.4K bytes -
typing — Support for type hints — Python ...
Union [ int , str , int ] == Union [ int , str ] == int | str When...# Has type ``int`` b = int # Has type ``type[int]`` c = type (...docs.python.org/3/library/typing.htmlSun Feb 22 06:33:52 GMT 2026 60.5K bytes -
The `into` Type and Modifier
conversion from Array[Int] to IterableOnce[Int] . This conversion...given Conversion[Array[Int], IterableOnce[Int]] = wrapIntArray val...docs.scala-lang.org/scala3/reference/experimental/into.htmlMon Nov 10 02:53:02 GMT 2025 54.6K bytes -
types — Dynamic type creation and names for bui...
GenericAlias >>> list [ int ] == GenericAlias ( list , ( int ,)) True >>>...dict [ str , int ] == GenericAlias ( dict , ( str , int )) True Added...docs.python.org/3/library/types.htmlFri Feb 06 03:23:28 GMT 2026 73.9K bytes -
Frame Objects — Python 3.14.3 documentation
int PyFrame_Check ( PyObject * obj...NULL . Added in version 3.11. int PyFrame_GetLasti ( PyFrameObject...docs.python.org/3/c-api/frame.htmlSun Feb 22 06:33:52 GMT 2026 7.8K bytes -
The runtimeChecked method
is: ::[Int] => is.head | ^ |the type test for ::[Int] cannot...val res0: Int = 1 As the warning hints, the type ::[Int] can not...docs.scala-lang.org/scala3/reference/experimental/runtimeChecked.htmlMon Nov 10 02:53:02 GMT 2025 37.1K bytes -
Using Clauses
usingParameter: Int): def myInt = summon[Int] val b = GivenIntBox(using...usingParameter: Int): given givenMember: Int = usingParameter...docs.scala-lang.org/scala3/reference/contextual/using-clauses.htmlTue Jan 27 22:53:02 GMT 2026 40.2K bytes -
Glossary | Scala Documentation
if function f has type Int => Int => Int , then f and f(1) are...lists. For instance def f(x: Int)(y: Int) is a curried function with...docs.scala-lang.org/glossary/index.htmlThu Feb 05 16:30:25 GMT 2026 78.2K bytes -
クラス | Scala Documentation
x : Int , var y : Int ) { def move ( dx : Int , dy : Int ) :...ラクタはクラスのシグネチャ (var x: Int, var y: Int) です。 move メソッドは2つの整数の引数を受け取り、情報を持たない...docs.scala-lang.org/ja/tour/classes.htmlFri Feb 06 04:30:27 GMT 2026 154.3K bytes