- Sort Score
- Num 10 results
- Language All
- Labels All
Results 191 - 200 of 5,398 for int (0.11 seconds)
-
Syntactic Changes | Scala 3 Migration Guide | S...
-val f = { x: Int => x * x } +val f = { (x: Int) => x * x...Scala 2 Only def bar : ( Int , Int ) = { val foo = 1.0 val bar...docs.scala-lang.org/scala3/guides/migration/incompat-syntactic.htmlWed Apr 29 03:30:28 GMT 2026 64.6K bytes -
与 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.htmlFri Feb 06 04:30:27 GMT 2026 461.7K bytes -
Best Practices | Macros in Scala 3 | Scala Docu...
y : Expr [ Int ] = ... def body ( x : Expr [ Int ])( using quotes...def body ( x : Expr [ Int ], y : Expr [ Int ])( using Quotes ) =...docs.scala-lang.org/scala3/guides/macros/best-practices.htmlFri Feb 06 04:30:27 GMT 2026 55.7K bytes -
嵌套方法 | Scala Documentation
x : Int ) : Int = { def fact ( x : Int , accumulator : Int ) :...: Int = { if ( x <= 1 ) accumulator else fact ( x - 1 , x * accumulator...docs.scala-lang.org/zh-cn/tour/nested-functions.htmlFri Feb 06 04:30:27 GMT 2026 204.4K bytes -
Common Object Structures — Python 3.14.4 ...
int int Py_T_LONG Part of the Stable...since version 3.12. unsigned int int Py_T_USHORT Part of the Stable...docs.python.org/3/c-api/structures.htmlWed Apr 29 06:55:52 GMT 2026 16.9K bytes -
Supplying Default Values for Constructor Parame...
Socket ( var timeout : Int , var linger : Int ) { override def toString...( var timeout : Int = 2000 , var linger : Int = 3000 ) { override...docs.scala-lang.org/overviews/scala-book/constructors-default-values.htmlFri Feb 06 04:30:27 GMT 2026 65K bytes -
Views | Collections | Scala Documentation
IndexedSeqView[Int] , i.e. a lazily evaluated IndexedSeq[Int] . Like...example. Say you have a vector of Ints over which you want to map two...docs.scala-lang.org/overviews/collections-2.13/views.htmlFri Feb 06 04:30:27 GMT 2026 77.1K bytes -
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.htmlTue Apr 28 13:41:04 GMT 2026 7.3K bytes -
Types | Style Guide | Scala Documentation
def foo(a: { def bar(a: Int, b: Int): String; val baz: List[String...List[String => String] def bar(a: Int, b: Int): String } def foo(a: FooParam)...docs.scala-lang.org/style/types.htmlFri Feb 06 04:30:27 GMT 2026 32.2K bytes -
隐式转换 | Scala Documentation
,以及一个隐式方法 Int => Ordered[Int] 在上下文范围内,那么对下面两个类型为 List[Int] 的列表的操作是合法的:...scala.Predef.intWrapper 已经自动提供了一个隐式方法 Int => Ordered[Int] 。下面提供了一个隐式方法 List[A]...docs.scala-lang.org/zh-cn/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 208.1K bytes