- Sort Score
- Num 10 results
- Language All
- Labels All
Results 21 - 30 of 5,398 for int (0.17 seconds)
-
Extension Methods
extension (i: Int) def divide(d: Int): Option[(Int, Int)] = // extension...extension (i: Int) def safeDiv(x: Int): Option[Int] = // extension...docs.scala-lang.org/scala3/reference/contextual/extension-methods.htmlTue Jan 27 22:53:02 GMT 2026 52.9K bytes -
Monitoring C API — Python 3.14.4 document...
int lineno ) Fire a LINE event. int PyMonitoring_FireJumpEvent...descriptions of the events. int PyMonitoring_FirePyStartEvent...docs.python.org/3/c-api/monitoring.htmlWed Apr 29 06:55:52 GMT 2026 7.9K bytes -
sys.monitoring — Execution event monitoring ...
( tool_id : int , / ) → int Returns the int representing...set_events ( tool_id : int , event_set : int , / ) → None...docs.python.org/3/library/sys.monitoring.htmlWed Apr 29 06:55:53 GMT 2026 11K bytes -
Classes | Tour of Scala | Scala Documentation
x : Int , var y : Int ) { def move ( dx : Int , dy : Int ) :...var x : Int , var y : Int ) : def move ( dx: Int , dy: Int ) : Unit...docs.scala-lang.org/tour/classes.htmlWed Apr 29 03:30:28 GMT 2026 61.5K bytes -
Using Clauses
usingParameter: Int): def myInt = summon[Int] val b = GivenIntBox(using...usingParameter: Int): given givenMember: Int = usingParameter...docs.scala-lang.org/scala3/reference/contextual/using-clauses.htmlTue Jan 27 22:53:02 GMT 2026 40.2K bytes -
Value Classes and Universal Traits | Scala Docu...
AnyVal { val member: Int = 3 var y: Int = 4 lazy val x: Double...class: val member: Int = 3 val member: Int = 3 ^ Invalid.scala:3:...docs.scala-lang.org/overviews/core/value-classes.htmlFri Feb 06 04:30:27 GMT 2026 40.3K bytes -
クラス | Scala Documentation
x : Int , var y : Int ) { def move ( dx : Int , dy : Int ) :...ラクタはクラスのシグネチャ (var x: Int, var y: Int) です。 move メソッドは2つの整数の引数を受け取り、情報を持たない...docs.scala-lang.org/ja/tour/classes.htmlFri Feb 06 04:30:27 GMT 2026 154.3K bytes -
Implicit Classes | Scala Documentation
Bar(x: Int) // BAD! val x = 5 implicit class x(y: Int) // BAD!...implicit class IntWithTimes(x: Int) { def times[A](f: => A):...docs.scala-lang.org/overviews/core/implicit-classes.htmlWed Apr 29 03:30:28 GMT 2026 28.3K bytes -
Conversions Between Java and Scala Collections ...
List [ Int ] = [ 1 , 2 , 3 ] scala > val buf : Seq [ Int ] = jul...java.util.List [ Int ] = [ 1 , 2 , 3 ] scala > val buf : Seq [ Int ] = jul...docs.scala-lang.org/overviews/collections-2.13/conversions-between-java-and-scala-collections.htmlFri Feb 06 04:30:27 GMT 2026 54.8K bytes -
Profiling and tracing — Python 3.14.4 doc...
typedef int ( * PyRefTracer ) ( PyObject * , int event , void...in previous versions. typedef int ( * Py_tracefunc ) ( PyObject...docs.python.org/3/c-api/profiling.htmlWed Apr 29 06:55:52 GMT 2026 8K bytes