- Sort Score
- Num 10 results
- Language All
- Labels All
Results 471 - 480 of 5,398 for int (0.4 seconds)
-
The sequence traits Seq, IndexedSeq, and Linear...
partial function that takes an Int argument (an index) and which...Seq[T] extends PartialFunction[Int, T] . The elements of a sequence...docs.scala-lang.org/overviews/collections-2.13/seqs.htmlFri Feb 06 04:30:27 GMT 2026 69.4K bytes -
Rules for Operators
s2: MultiSet[Int] s1 union s2 // OK s1 `union`...type or[X, Y] val x: String or Int = ... Motivation The purpose...docs.scala-lang.org/scala3/reference/changed-features/operators.htmlTue Jan 27 22:53:02 GMT 2026 40.3K bytes -
3. Data model — Python 3.14.4 documentation
>>> type ( int ) . __hash__ ( int ) == hash ( int ) True In addition..."list[int]" calls "list.__class_getitem__(int)"...docs.python.org/3/reference/datamodel.htmlTue Apr 28 13:41:03 GMT 2026 66.7K bytes -
상위 타입 경계 | Scala Documentation
docs.scala-lang.org/ko/tour/upper-type-bounds.htmlFri Feb 06 04:30:27 GMT 2026 73.8K bytes -
イテレータ | Collections | Scala Documentation
BufferedIterator[Int] = non-empty iterator scala> bit.head res10: Int = 1...bit.next() res11: Int = 1 scala> bit.next() res11: Int = 2 バッファ付きイテレータに対して...docs.scala-lang.org/ja/overviews/collections/iterators.htmlFri Feb 06 04:30:27 GMT 2026 121.7K bytes -
Sets | Collections | Scala Documentation
Set [ Int ] = Set ( 1 , 2 , 3 ) scala >...scala.collection.immutable.Set [ Int ] = Set ( 1 , 3 , 4 ) We used...docs.scala-lang.org/overviews/collections-2.13/sets.htmlFri Feb 06 04:30:27 GMT 2026 75.2K bytes -
9. Classes — Python 3.14.4 documentation
int) will be True only if obj.__class__ is int or some...issubclass(bool, int) is True since bool is a subclass of int . However,...docs.python.org/3/tutorial/classes.htmlWed Apr 29 06:55:52 GMT 2026 20.5K bytes -
Getting Started | Scala Documentation
1 val i: Int = 1 scala> A new value of type Int has been created....value. scala> i + 3 val res0: Int = 4 scala> You can exit the...docs.scala-lang.org/getting-started/install-scala.htmlWed Apr 29 03:30:28 GMT 2026 51.3K bytes -
統合された型 | Scala Documentation
事前に定義された9つの値型が存在し、それら Double 、 Float 、 Long 、 Int 、 Short 、 Byte 、 Char 、 Unit...face : Char = '☺' val number : Int = face // 9786 型変換は一方向です。これはコンパイルができないでしょう。...docs.scala-lang.org/ja/tour/unified-types.htmlFri Feb 06 04:30:27 GMT 2026 147.6K bytes -
カスタム並列コレクションの作成 | Parallel Collections | Scala ...
private var i: Int, private val ntl: Int) extends SeqSplitter[Char]...次に、全ての不変列にあるメソッドを定義する: def apply(i: Int) = str.charAt(i) def length =...docs.scala-lang.org/ja/overviews/parallel-collections/custom-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 77K bytes