- Sort Score
- Num 10 results
- Language All
- Labels All
Results 321 - 330 of 5,398 for int (0.29 seconds)
-
Dropped: Weak Conformance
Int, Double) would be AnyVal , hence...conformance relation. val n: Int = 3 val c: Char = 'X' val d:...docs.scala-lang.org/scala3/reference/dropped-features/weak-conformance.htmlTue Jan 27 22:53:02 GMT 2026 29.8K bytes -
Enumerations
enum Color(val rgb: Int): case Red extends Color(0xFF0000)...scala> red.ordinal val res0: Int = 0 The companion object of an...docs.scala-lang.org/scala3/reference/enums/enums.htmlTue Jan 27 22:53:02 GMT 2026 45.8K bytes -
@static fields and methods in Scala objects (SI...
public static int x = 5 ; public static int bar ( int y ) { return...5 @static def bar ( y : Int ) : Int = x + y } println ( Foo ....docs.scala-lang.org/sips/30.htmlFri Feb 06 04:30:27 GMT 2026 45.2K bytes -
タプル | Scala Documentation
Int) であり、これは Tuple2[String, Int] の簡単な表記法です。 タプルを表すために、Scalaは..."Sugar" , 25 ) ここでは String 要素を1つと Int 要素を1つ含むタプルを作っています。 推論される ingredient...docs.scala-lang.org/ja/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 146.5K bytes -
Codec registry and support functions — Py...
registry and support functions int PyCodec_Register ( PyObject *...the list of search functions. int PyCodec_Unregister ( PyObject...docs.python.org/3/c-api/codec.htmlWed Apr 29 06:55:52 GMT 2026 6.9K bytes -
Tuple Objects — Python 3.14.4 documentation
int PyTuple_Check ( PyObject * p...This function always succeeds. int PyTuple_CheckExact ( PyObject...docs.python.org/3/c-api/tuple.htmlTue Apr 28 13:41:03 GMT 2026 8.3K bytes -
ctypes — A foreign function library for Python ...
short int 'h' c_ushort unsigned short int 'H' c_int int int 'i'...int8_t int * c_int16 int16_t int * c_int32 int32_t int * c_int64...docs.python.org/3/library/ctypes.htmlWed Apr 29 06:55:52 GMT 2026 49.1K bytes -
Byte Array Objects — Python 3.14.4 docume...
Type check macros int PyByteArray_Check ( PyObject...This function always succeeds. int PyByteArray_CheckExact ( PyObject...docs.python.org/3/c-api/bytearray.htmlTue Apr 28 13:41:04 GMT 2026 5K bytes -
Multiple interpreters in a Python process ̵...
Structure fields: int use_main_obmalloc If this is...PyInterpreterConfig_OWN_GIL . int allow_fork If this is 0 then...docs.python.org/3/c-api/subinterpreters.htmlWed Apr 29 06:55:52 GMT 2026 12K bytes -
Opaque Type Aliases: More Details
object o: opaque type T = Int val x: Int = id(2) def id(x: o.T):...type T = Int ... val x: T val y: T x == y // uses Int equality...docs.scala-lang.org/scala3/reference/other-new-features/opaques-details.htmlTue Jan 27 22:53:02 GMT 2026 43.3K bytes