- Sort Score
- Num 10 results
- Language All
- Labels All
Results 341 - 350 of 5,398 for int (0.18 seconds)
-
Tuples | Tour of Scala | Scala Documentation
containing a String element and an Int element. The inferred type of...of ingredient is (String, Int) . Accessing the elements Scala...docs.scala-lang.org/tour/tuples.htmlWed Apr 29 03:30:28 GMT 2026 42.2K bytes -
Scala Cheatsheet | Scala Documentation
Good def f(x: Int) = { x*x } Bad def f(x: Int) { x*x } 定义函数 潜在风险:...map (_*2) 中缀语法糖 def sum(args: Int*) = args.reduceLeft(_+_) 变长参数...docs.scala-lang.org/zh-cn/cheatsheets/index.htmlFri Feb 06 04:30:27 GMT 2026 44.7K bytes -
TypeTags 和 Manifests | Reflection | Scala Docum...
例如,要获取表示 Int 的 TypeTag ,我们可以执行以下操作: import...universe._ val tt = typeTag[Int] 或者类似地,要获得表示 String 的 ClassTag...docs.scala-lang.org/zh-cn/overviews/reflection/typetags-manifests.htmlFri Feb 06 04:30:27 GMT 2026 61.5K bytes -
並列コレクションの設定 | Parallel Collections | Scala Docu...
ParArray[Int] = ParArray(1, 2, 3) scala> pc.tasksupport...scala.collection.parallel.mutable.ParArray[Int] = ParArray(2, 3, 4) 上の例では、並...docs.scala-lang.org/ja/overviews/parallel-collections/configuration.htmlFri Feb 06 04:30:27 GMT 2026 59.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 -
类型初探 | Scala 3 — Book | Scala Documentation
i : Int = b // 127 val face : Char = '☺' val number : Int = face...有几个预定义的值类型,它们是不可为空的: Double , Float , Long , Int , Short , Byte , Char , Unit...docs.scala-lang.org/zh-cn/scala3/book/first-look-at-types.htmlFri Feb 06 04:30:27 GMT 2026 464.6K bytes -
Naming Conventions | Style Guide | Scala Docume...
object inc { def apply(x: Int): Int = x + 1 } Packages Scala packages...be very short: def add(a: Int, b: Int) = a + b This convention...docs.scala-lang.org/style/naming-conventions.htmlThu Feb 05 16:30:25 GMT 2026 43.2K bytes -
Generator Objects — Python 3.14.4 documen...
int PyGen_Check ( PyObject * ob )...This function always succeeds. int PyGen_CheckExact ( PyObject *...docs.python.org/3/c-api/gen.htmlWed Apr 29 06:55:52 GMT 2026 4.8K bytes -
Creating Collections From Scratch | Collections...
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/overviews/collections/creating-collections-from-scratch.htmlFri Feb 06 04:30:27 GMT 2026 48.5K bytes -
json — JSON encoder and decoder — Python ...
array list string str number (int) int number (real) float true True...tuple array str string int, float, int- & float-derived Enums...docs.python.org/3/library/json.htmlWed Apr 29 06:55:52 GMT 2026 17.7K bytes