- Sort Score
- Num 10 results
- Language All
- Labels All
Results 401 - 410 of 5,223 for int (0.07 seconds)
-
从头定义新容器 | Collections | Scala Documentation
3) res17: List[Int] = List(1, 2, 3) scala> Traversable(1,...Traversable(1, 2, 3) res18: Traversable[Int] = List(1, 2, 3) scala> mutable.Traversable(1,...docs.scala-lang.org/zh-cn/overviews/collections/creating-collections-from-scratch.htmlFri Feb 06 04:30:27 GMT 2026 126.3K bytes -
Main Methods
@main def happyBirthday(age: Int, name: String, others: String*)...happyBirthday( CLP.parseArgument[Int](args, 0), CLP.parseArgument[String](args,...docs.scala-lang.org/scala3/reference/changed-features/main-functions.htmlTue Jan 27 22:53:02 GMT 2026 35.4K bytes -
Unified Types | Tour of Scala | Scala Documenta...
Int , Short , Byte , Char , Unit...face : Char = '☺' val number : Int = face // 9786 Casting is unidirectional....docs.scala-lang.org/tour/unified-types.htmlFri Feb 06 04:30:27 GMT 2026 40.2K bytes -
Automatic Parameter Unrolling
i: Int ): String = s + i In the example...final def foo( s: String, i: Int, @unroll b: Boolean = true, l:...docs.scala-lang.org/scala3/reference/experimental/unrolled-defs.htmlTue Jan 27 22:53:02 GMT 2026 40K bytes -
Scala FAQ | Scala Documentation
method such as: def square(x: Int): Int = x * x differ from a function...value such as: val square: Int => Int = x => x * x For Scala 2...docs.scala-lang.org/tutorials/FAQ/index.htmlThu Feb 05 16:30:25 GMT 2026 45.4K bytes -
argparse — Parser for command-line options, arg...
metavar = 'int' , type = int , choices = range (...'--parent' , type = int ) >>> foo_parser = argparse...docs.python.org/3/library/argparse.htmlSun Feb 22 06:33:52 GMT 2026 37.9K bytes -
PyHash API — Python 3.14.3 documentation
const int hash_bits Internal size of the...sys.hash_info.hash_bits constant. const int seed_bits Size of seed input...docs.python.org/3/c-api/hash.htmlFri Feb 06 03:23:27 GMT 2026 32.2K bytes -
First-Class Functions | Scala 3 — Book | Scala ...
docs.scala-lang.org/scala3/book/taste-functions.htmlThu Feb 05 16:30:25 GMT 2026 73.6K bytes -
Relationship with Scala 2 Implicits
given intOrd: Ord[Int] { ... } maps to implicit object...object intOrd extends Ord[Int] { ... } Parameterized givens are...docs.scala-lang.org/scala3/reference/contextual/relationship-implicits.htmlTue Jan 27 22:53:02 GMT 2026 43.2K bytes -
Polymorphic Function Types
passing it a type argument bar[Int] within a method body . On the...expression , as in type Bar = F[Int] . Contributors to this page...docs.scala-lang.org/scala3/reference/new-types/polymorphic-function-types.htmlTue Jan 27 22:53:02 GMT 2026 33.6K bytes