- Sort Score
- Num 10 results
- Language All
- Labels All
Results 371 - 380 of 5,223 for int (0.07 seconds)
-
Cell Objects — Python 3.14.3 documentation
docs.python.org/3/c-api/cell.htmlFri Feb 06 03:23:27 GMT 2026 21.3K bytes -
Creating Custom Parallel Collections | Parallel...
private var i: Int, private val ntl: Int) extends SeqSplitter[Char]...immutable sequence: def apply(i: Int) = str.charAt(i) def length =...docs.scala-lang.org/es/overviews/parallel-collections/custom-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 59.1K bytes -
Creating Custom Parallel Collections | Parallel...
private var i: Int, private val ntl: Int) extends SeqSplitter[Char]...immutable sequence: def apply(i: Int) = str.charAt(i) def length =...docs.scala-lang.org/overviews/parallel-collections/custom-parallel-collections.htmlFri Feb 06 04:30:27 GMT 2026 58.1K bytes -
型タグとマニフェスト | Reflection | Scala Documentation
例えば、 Int を表す TypeTag を得るには以下のようにする: import...universe._ val tt = typeTag[Int] 同様に String を表す ClassTag を得るには以下のように行う:...docs.scala-lang.org/ja/overviews/reflection/typetags-manifests.htmlFri Feb 06 04:30:27 GMT 2026 59.8K bytes -
implicit マクロ | Macros | Scala Documentation
IntShowable extends Showable[Int] { def show(x: Int) = x.toString } show(42)...返し似たコードを書くはめになる。 class C(x: Int) implicit def cShowable = new...docs.scala-lang.org/ja/overviews/macros/implicits.htmlFri Feb 06 04:30:27 GMT 2026 76.7K bytes -
Environment, Universes, and Mirrors | Reflectio...
line: Int, column: Int) object Macros { def currentLocation:...method mirror for C.x: scala.Int (bound to C@3442299e) scala>...docs.scala-lang.org/overviews/reflection/environment-universes-mirrors.htmlFri Feb 06 04:30:27 GMT 2026 50K bytes -
Lazy Vals Initialization
LazyVals var value_0: Int = _ var bitmap: Long = 0L val...Cell], "bitmap") def bar(): Int = { while (true) { val flag =...docs.scala-lang.org/scala3/reference/changed-features/lazy-vals-init.htmlTue Jan 27 22:53:02 GMT 2026 33.7K bytes -
ジェネリッククラス | Scala Documentation
val stack = new Stack[Int] stack.push(1) stack.push(2)...println(stack.pop) // prints 1 インスタンス stack はIntのみを受け取ることができます。 しかしながら、型がサブタイ...docs.scala-lang.org/ja/tour/generic-classes.htmlFri Feb 06 04:30:27 GMT 2026 145.9K bytes -
1. Extending Python with C or C++ — Python 3.14...
h> int main ( int argc , char * argv [])...PY_SSIZE_T_CLEAN #include <Python.h> int ok ; int i , j ; long k , l ; const...docs.python.org/3/extending/extending.htmlFri Feb 06 03:23:28 GMT 2026 170.9K bytes -
Structural Types | Scala 3 — Book | Scala Docum...
val name : String val age : Int } The Person type adds a refinement...selectDynamic ( "age" ). asInstanceOf [ Int ] A second example To reinforce...docs.scala-lang.org/scala3/book/types-structural.htmlFri Feb 06 04:30:27 GMT 2026 75.8K bytes