- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of 5,398 for int (0.39 seconds)
-
Improve Syntax for Context Bounds and Givens | ...
typeclass given Ord[Int]: def compare(x: Int, y: Int) = … // Parameterized...given intOrd: Ord[Int]: def compare(x: Int, y: Int) = ... // Parameterized...docs.scala-lang.org/sips/64.htmlFri Feb 06 04:30:27 GMT 2026 101.4K bytes -
タプル | Scala Documentation
Int) であり、これは Tuple2[String, Int] の簡単な表記法です。 タプルを表すために、Scalaは..."Sugar" , 25 ) ここでは String 要素を1つと Int 要素を1つ含むタプルを作っています。 推論される ingredient...docs.scala-lang.org/ja/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 146.5K bytes -
アノテーション | 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/ja/tour/annotations.htmlFri Feb 06 04:30:27 GMT 2026 149.1K bytes -
ctypes — A foreign function library for Python ...
short int 'h' c_ushort unsigned short int 'H' c_int int int 'i'...int8_t int * c_int16 int16_t int * c_int32 int32_t int * c_int64...docs.python.org/3/library/ctypes.htmlWed Apr 29 06:55:52 GMT 2026 49.1K bytes -
The Matchable Trait
imm: IArray[Int] = ... imm match case a: Array[Int] => a(0) =...casting: imm.asInstanceOf[Array[Int]](0) = 1 But that is not as much...docs.scala-lang.org/scala3/reference/other-new-features/matchable.htmlTue Jan 27 22:53:02 GMT 2026 38.6K 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/preview/into.htmlTue Jan 27 22:53:02 GMT 2026 57.1K bytes -
Binary Compatibility for library authors | Scal...
age : Int ) { // Create withXxx methods...= name ) def withAge ( age : Int ) : Person = copy ( age = age...docs.scala-lang.org/overviews/core/binary-compatibility-for-library-authors.htmlFri Feb 06 04:30:27 GMT 2026 68.9K bytes -
ポリモーフィックメソッド | Scala Documentation
最初の呼び出し例では、 [Int] と書いて明示的に型引数を渡しています。そのため最初の引数は Int でなければならず、戻される型は...listOfDuplicates [ A ]( x : A , length : Int ) : List [ A ] = { if ( length...docs.scala-lang.org/ja/tour/polymorphic-methods.htmlFri Feb 06 04:30:27 GMT 2026 143.9K bytes -
Tuple Objects — Python 3.14.4 documentation
int PyTuple_Check ( PyObject * p...This function always succeeds. int PyTuple_CheckExact ( PyObject...docs.python.org/3/c-api/tuple.htmlTue Apr 28 13:41:03 GMT 2026 8.3K bytes -
Weak Reference Objects — Python 3.14.4 do...
int PyWeakref_Check ( PyObject *...This function always succeeds. int PyWeakref_CheckRef ( PyObject...docs.python.org/3/c-api/weakref.htmlWed Apr 29 06:55:52 GMT 2026 5.5K bytes