- Sort Score
- Num 10 results
- Language All
- Labels All
Results 321 - 330 of 5,223 for int (0.08 seconds)
-
シンボル、構文木、型 | Reflection | Scala Documentation
<:w Short Short <:w Int Char <:w Int Int <:w Long Long <:w Float...= scala.List[Int] この例では、型コンストラクタ List に型引数 Int が適用された scala....docs.scala-lang.org/ja/overviews/reflection/symbols-trees-types.htmlFri Feb 06 04:30:27 GMT 2026 109K bytes -
Variances | Tour of Scala | Scala Documentation
bufInt : ListBuffer [ Int ] = ListBuffer [ Int ]( 1 , 2 , 3 ) val...) = "Hello" val firstElem : Int = bufInt ( 0 ) If the above code...docs.scala-lang.org/tour/variances.htmlFri Feb 06 04:30:27 GMT 2026 62.7K 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 -
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 -
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 -
Separation Checking
setElem(i: Int, j: Int, x: Double): Unit = ... def getElem(i: Int, j:...this: class Matrix(nrows: Int, ncols: Int) extends Mutable: update...docs.scala-lang.org/scala3/reference/experimental/capture-checking/separation-checking.htmlTue Jan 27 22:53:02 GMT 2026 48.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 -
numbers — Numeric abstract base classes — Pytho...
Integral ): return int ( other ) + int ( self ) elif isinstance...Rational and adds a conversion to int . Provides defaults for float()...docs.python.org/3/library/numbers.htmlFri Feb 06 03:23:28 GMT 2026 49.5K bytes -
TypeTags and Manifests | Reflection | Scala Doc...
obtain a TypeTag which represents Int , we can do: import scala.re...universe._ val tt = typeTag[Int] Or likewise, to obtain a ClassTag...docs.scala-lang.org/overviews/reflection/typetags-manifests.htmlFri Feb 06 04:30:27 GMT 2026 50K bytes -
Byte Array Objects — Python 3.14.3 documentation
Type check macros int PyByteArray_Check ( PyObject...This function always succeeds. int PyByteArray_CheckExact ( PyObject...docs.python.org/3/c-api/bytearray.htmlFri Feb 06 03:23:27 GMT 2026 27.5K bytes