- Sort Score
- Num 10 results
- Language All
- Labels All
Results 261 - 270 of 5,398 for int (0.26 seconds)
-
Experimental Definitions
@experimental type Y = Int @experimental opaque type Z = Int def test: Unit...trait ExpSAM { def foo(x: Int): Int } def bar(f: ExpSAM): Unit...docs.scala-lang.org/scala3/reference/other-new-features/experimental-defs.htmlTue Jan 27 22:53:02 GMT 2026 52.3K bytes -
Linking documentation | Scaladoc | Scala Docume...
with MD syntax: [](meth(Int)) vs [[meth(Int)]] Now that we have a...Markdown: [](meth(Int, Float)) vs [[meth(Int, Float)]] None of...docs.scala-lang.org/scala3/guides/scaladoc/linking.htmlFri Feb 06 04:30:27 GMT 2026 43.7K bytes -
ast — Abstract syntax trees — Python 3.14...
attributes ( int lineno , int col_offset , int ? end_lineno , int ? end_col_offset...attributes ( int lineno , int col_offset , int ? end_lineno , int ? end_col_offset...docs.python.org/3/library/ast.htmlTue Apr 28 13:41:04 GMT 2026 35.9K bytes -
TypeTest
type Int object PeanoInt extends Peano: type Nat = Int type Zero...Zero = Int type Succ = Int def safeDiv(m: Nat, n: Succ): (Nat,...docs.scala-lang.org/scala3/reference/other-new-features/type-test.htmlTue Jan 27 22:53:02 GMT 2026 41.7K bytes -
Dependent Function Types - More Details
extends Fun[Int, String]: type Eff = CanThrow def apply(x: Int) = x.toString...test = val c = new C { type M = Int; val m = 3 } val depfun: DF =...docs.scala-lang.org/scala3/reference/new-types/dependent-function-types-spec.htmlTue Jan 27 22:53:02 GMT 2026 37.1K bytes -
Scala Classes | Scala Book | Scala Documentation
age res0 : Int = 0 scala > p . age = 36 p . age : Int = 36 scala...Socket ( val timeout : Int , val linger : Int ) { override def toString...docs.scala-lang.org/overviews/scala-book/classes.htmlFri Feb 06 04:30:27 GMT 2026 75.6K bytes -
A Scala Tutorial for Java Programmers | Scala D...
3 class Date ( y : Int , m : Int , d : Int ) extends Ord { def...} class Date ( y : Int , m : Int , d : Int ) extends Ord : def...docs.scala-lang.org/tutorials/scala-for-java-programmers.htmlWed Apr 29 03:30:28 GMT 2026 151.6K bytes -
Export Clauses
object O: class C(val x: Int) def m(c: C): Int = c.x + 1 export O.*...take(n: Int): String = x.substring(0, n) def drop(n: Int): String...docs.scala-lang.org/scala3/reference/other-new-features/export.htmlTue Jan 27 22:53:02 GMT 2026 48.2K bytes -
The List Class | Scala Book | Scala Documentation
isn’t necessary: val ints : List [ Int ] = List ( 1 , 2 , 3 )...create an initial List : val ints = List ( 1 , 2 , 3 ) val names...docs.scala-lang.org/overviews/scala-book/list-class.htmlFri Feb 06 04:30:27 GMT 2026 69.8K bytes -
Capsules — Python 3.14.4 documentation
int PyCapsule_CheckExact ( PyObject...PyCapsule_Import ( const char * name , int no_block ) Part of the Stable...docs.python.org/3/c-api/capsule.htmlWed Apr 29 06:55:52 GMT 2026 7K bytes