Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: int test %27 [xss] テスト

Results 281 - 290 of 5,398 for int (0.16 seconds)

  1. 特质 | Scala Documentation

    IntIterator ( to : Int ) extends Iterator [ Int ] { private var...作为上限。它扩展了 Iterator [Int] ,这意味着方法 next 必须返回一个Int。 子类型 凡是需要特质的地方,都可以由该特质的子类型来替换。...
    docs.scala-lang.org/zh-cn/tour/traits.html
    Fri Feb 06 04:30:27 GMT 2026
      209.4K bytes
  2. 泛型 | Scala 3 — Book | Scala Documentation

    Stack[Int] 的方式: Scala 2 Scala 3 val stack = new Stack [ Int ] stack...类的这个实现采用任何类型作为参数。 泛型的美妙之处在于您现在可以创建一个 Stack[Int] 、 Stack[String] 等,允许您将 Stack...
    docs.scala-lang.org/zh-cn/scala3/book/types-generics.html
    Fri Feb 06 04:30:27 GMT 2026
      439.4K bytes
  3. 多元相等性 | Scala 3 — Book | Scala Documentation

    year : Int , pages : Int ) extends Book case class...String , year : Int , lengthInMinutes : Int ) extends Book 最后,使用...
    docs.scala-lang.org/zh-cn/scala3/book/ca-multiversal-equality.html
    Fri Feb 06 04:30:27 GMT 2026
      449K bytes
  4. Futures and Promises | Scala Documentation

    val firstOccurrence: Future[Int] = Future { val source = sca...val firstOccurrence: Future[Int] = Future { val source = sca...
    docs.scala-lang.org/overviews/core/futures.html
    Fri Feb 06 04:30:27 GMT 2026
      154.2K bytes
  5. 与 Java 交互 | Scala 3 — Book | Scala Documentation

    : def multiply ( x: Int , y: Int ) : Int // abstract Java 类可以实现这两个接口,并定义...ScalaMultiplyTrait { public int multiply ( int a , int b ) { return a *...
    docs.scala-lang.org/zh-cn/scala3/book/interacting-with-java.html
    Fri Feb 06 04:30:27 GMT 2026
      461.7K bytes
  6. Sequence Protocol — Python 3.14.4 documen...

    Light Dark | Sequence Protocol int PySequence_Check ( PyObject *...Python expression o[i1:i2] . int PySequence_SetItem ( PyObject...
    docs.python.org/3/c-api/sequence.html
    Tue Apr 28 13:41:04 GMT 2026
      7.3K bytes
  7. Inline | Macros in Scala 3 | Scala Documentation

    val n0 : Int = default ( "Int" ) val s0 : String =...inline def logged [ T ]( level : Int , message : => String )( inline...
    docs.scala-lang.org/scala3/guides/macros/inline.html
    Fri Feb 06 04:30:27 GMT 2026
      90.6K bytes
  8. 多参数列表(柯里化) | Scala Documentation

    {( m : Int , n : Int ) => m + n }) 注意使用多参数列表...numbers . foldLeft ( List [ Int ]()) _ val squares = numberFunc...
    docs.scala-lang.org/zh-cn/tour/multiple-parameter-lists.html
    Fri Feb 06 04:30:27 GMT 2026
      212.7K bytes
  9. Support for Perf Maps — Python 3.14.4 doc...

    int PyUnstable_PerfMapState_Init...about the cause of a failure. int PyUnstable_WritePerfMapEntry...
    docs.python.org/3/c-api/perfmaps.html
    Wed Apr 29 06:55:52 GMT 2026
      4.7K bytes
  10. 变量和数据类型 | Scala 3 — Book | Scala Documentation

    推断类型: Scala 2 and 3 val x : Int = 1 // 显式 val x = 1 // 隐式的;编译器推断类型...3 scala > val x = 1 val x : Int = 1 scala > val s = "a string"...
    docs.scala-lang.org/zh-cn/scala3/book/taste-vars-data-types.html
    Fri Feb 06 04:30:27 GMT 2026
      454.2K bytes
Back to Top