- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of 5,220 for int (0.07 seconds)
-
Traits | Tour of Scala | Scala Documentation
IntIterator ( to : Int ) extends Iterator [ Int ] { private var...IntIterator ( to : Int ) extends Iterator [ Int ] : private var...docs.scala-lang.org/tour/traits.htmlFri Feb 06 04:30:27 GMT 2026 47.1K bytes -
Named Tuples
City(zipCode: Int, name: String, population: Int) val city: Q[City]...class City(zip: Int, name: String, population: Int) then NamedTuple.From[City]...docs.scala-lang.org/scala3/reference/other-new-features/named-tuples.htmlTue Jan 27 22:53:02 GMT 2026 50.8K bytes -
Concrete Immutable Collection Classes | Collect...
fibFrom ( a : Int , b : Int ) : LazyList [ Int ] = a #:: fibFrom...fibFrom : ( a: Int , b: Int ) LazyList [ Int ] This function...docs.scala-lang.org/overviews/collections-2.13/concrete-immutable-collection-classes.htmlFri Feb 06 04:30:27 GMT 2026 89K bytes -
Migrating from Scala 2.7 | Collections (Scala 2...
4)) xs: List[(Int, Int)] = List((1,2), (3,4)) scala>...List.unzip(xs) ^ res0: (List[Int], List[Int]) = (List(1, 3),List(2,...docs.scala-lang.org/overviews/collections/migrating-from-scala-27.htmlFri Feb 06 04:30:27 GMT 2026 43.9K 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/zh-cn/tour/classes.htmlFri Feb 06 04:30:27 GMT 2026 215.1K bytes -
Type details | Quasiquotes | Scala Documentation
val int = tq"scala.Int" int: universe.Select = scala.Int scala>...tq"scala.$name" = int name: universe.TypeName = Int But semantically,...docs.scala-lang.org/overviews/quasiquotes/type-details.htmlFri Feb 06 04:30:27 GMT 2026 47.8K bytes -
Views | Collections (Scala 2.8 - 2.12) | Scala ...
SeqView[Int,Vector[Int]] = SeqView(1, 2, 3, 4,...scala.collection.mutable.IndexedSeqView[ Int,Array[Int]] = IndexedSeqViewS(...)...docs.scala-lang.org/overviews/collections/views.htmlFri Feb 06 04:30:27 GMT 2026 56.9K bytes -
기본 파라미터 값 | Scala Documentation
public HashMap(int initialCapacity); public HashMap(int initialCapacity,...public HashMap(int initialCapacity); public HashMap(int initialCapacity,...docs.scala-lang.org/ko/tour/default-parameter-values.htmlFri Feb 06 04:30:27 GMT 2026 75.2K bytes -
Erased Definitions
CanSerialize[Int => Int] = fakeEvidence writeList(out, List[Int => Int](x...// ok writeList(out, List[Int => Int](x => x + 1, y => y * 2))...docs.scala-lang.org/scala3/reference/experimental/erased-defs.htmlTue Jan 27 22:53:02 GMT 2026 52.4K bytes -
Option-less pattern matching
lengthCompare(len: Int): Int // or, `def length: Int` def apply(i: Int): T1...<: R , S = Int : class Nat(val x: Int): def get: Int = x def isEmpty...docs.scala-lang.org/scala3/reference/changed-features/pattern-matching.htmlTue Jan 27 22:53:02 GMT 2026 48.4K bytes