- Sort Score
- Num 10 results
- Language All
- Labels All
Results 71 - 80 of 5,220 for int (0.04 seconds)
-
具象不変コレクションクラス | Collections | Scala Documentation
scala> def fibFrom(a: Int, b: Int): Stream[Int] = a #:: fibFrom(b,...a + b) fibFrom: (a: Int,b: Int)Stream[Int] この関数は嘘のように単純だ。数列の最初の要素は明らかに...docs.scala-lang.org/ja/overviews/collections/concrete-immutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 109.9K bytes -
Other Forms Of Givens
IntOrd extends Ord[Int]: def compare(x: Int, y: Int) = if x < y then...typeclass given Ord[Int]: def compare(x: Int, y: Int) = ... // Parameterized...docs.scala-lang.org/scala3/reference/contextual/more-givens.htmlTue Jan 27 22:53:02 GMT 2026 45.5K bytes -
集合方法 | Scala 3 — Book | Scala Documentation
Scala 3 def add ( x : Int , y : Int ) : Int = { val theSum = x +...theSum } def add ( x : Int , y : Int ) : Int = val theSum = x + y...docs.scala-lang.org/zh-cn/scala3/book/collections-methods.htmlFri Feb 06 04:30:27 GMT 2026 500.6K bytes -
Mapping Protocol — Python 3.14.3 documentation
int PyMapping_Check ( PyObject *...string, rather than a PyObject * . int PyMapping_GetOptionalItem ( PyObject...docs.python.org/3/c-api/mapping.htmlFri Feb 06 03:23:27 GMT 2026 42K bytes -
Set Objects — Python 3.14.3 documentation
int PySet_Check ( PyObject * p )...This function always succeeds. int PyFrozenSet_Check ( PyObject...docs.python.org/3/c-api/set.htmlSun Feb 22 06:33:52 GMT 2026 7.5K bytes -
Compile-time operations
Y) match case (Int, Int) => int.+[X, Y] case (String, String) =>...scala.compiletime.ops.int.S transparent inline def toIntC[N]: Int = inline...docs.scala-lang.org/scala3/reference/metaprogramming/compiletime-ops.htmlTue Jan 27 22:53:02 GMT 2026 48.8K bytes -
DateTime Objects — Python 3.14.3 documentation
ime ( int year , int month , int day , int hour , int minute...dFo ( int year , int month , int day , int hour , int minute...docs.python.org/3/c-api/datetime.htmlFri Feb 06 03:23:27 GMT 2026 71.3K bytes -
Implicit Conversions
Int] = _.x implicitly[Ordering[Int]] // Ok, exists...from // `A` to `Int` and the `Ordering` for `Int`. More details...docs.scala-lang.org/scala3/reference/changed-features/implicit-conversions.htmlTue Jan 27 22:53:02 GMT 2026 31.8K bytes -
Value Classes and Universal Traits | Scala Docu...
[this] val member: Int = 3) val member: Int = 3 ^ Invalid.scala:3:...class Wrapper(val underlying: Int) extends AnyVal 它仅有一个被用作运行时底...docs.scala-lang.org/zh-cn/overviews/core/value-classes.htmlFri Feb 06 04:30:27 GMT 2026 37.7K bytes -
Mutability
init def get: Int = current update def set(x: Int): Unit = current...addContents(from: Ref[Int], to: Ref[Int]^): Unit = to.set(to.get...docs.scala-lang.org/scala3/reference/experimental/capture-checking/mutability.htmlTue Jan 27 22:53:02 GMT 2026 55.6K bytes