- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of 5,398 for int (0.06 seconds)
-
An Overview of TASTy | Scala Documentation
think of being like this: int x = (Int) xs.get(0) // Java-ish val...on the JVM: val xs : List [ Int ] = List ( 1 , 2 , 3 ) that code...docs.scala-lang.org/scala3/guides/tasty-overview.htmlFri Feb 06 04:30:27 GMT 2026 36.8K bytes -
Functional Error Handling in Scala | Scala Book...
Option[Int] : def toInt ( s : String ) : Option [ Int ] = { try...toInt ( s : String ) : Try [ Int ] = Try { Integer . parseInt...docs.scala-lang.org/overviews/scala-book/functional-error-handling.htmlFri Feb 06 04:30:27 GMT 2026 70.6K bytes -
Unicode Objects and Codecs — Python 3.14....
read-only data of Unicode objects: int PyUnicode_Check ( PyObject *...This function always succeeds. int PyUnicode_CheckExact ( PyObject...docs.python.org/3/c-api/unicode.htmlWed Apr 29 06:55:52 GMT 2026 29.6K bytes -
Instrumenting CPython with DTrace and SystemTap...
Probing Checks int PyDTrace_LINE_ENABLED ( void ) int PyDTrace_F...void ) int PyDTrace_FUNCTION_RETURN_ENABLED ( void ) int PyDTr...docs.python.org/3/howto/instrumentation.htmlWed Apr 29 06:55:53 GMT 2026 10.9K bytes -
암시적 변환 | Scala Documentation
Ordered[List[A]] 와 Int => Ordered[Int] 가 범위 내에 있을 경우, 아래와 같이 타입이 List[Int] 인...암시적 메서드 Int => Ordered[Int] 를 자동으로 제공한다. 다음은 암시적 메서드 Int => Ordered[Int]...docs.scala-lang.org/ko/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 77.1K bytes -
隐式转换 | Scala 3 — Book | Scala Documentation
String 到 Int 的隐式转换: given Conversion [ String , Int ] with def...method that expects an Int def plus1 ( i : Int ) = i + 1 // pass it...docs.scala-lang.org/zh-cn/scala3/book/ca-implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 434.1K bytes -
Modularity Improvements
C { type T = Int } Then f(y) would have type Int , since the compiler...Ordering: type T = Int def compare(t1: T, t2: T): Int = t1 - t2 val...docs.scala-lang.org/scala3/reference/experimental/modularity.htmlTue Jan 27 22:53:02 GMT 2026 50.8K bytes -
Algebraic Data Types | Scala 3 — Book | Scala D...
: case IntBox ( n: Int ) extends Box [ Int ]( n ) case BoolBox...parameterized: enum Color ( val rgb : Int ) : case Red extends Color (...docs.scala-lang.org/scala3/book/types-adts-gadts.htmlFri Feb 06 04:30:27 GMT 2026 89.1K bytes -
暗黙の変換 | Scala Documentation
Ordered[List[A]] と Int => Ordered[Int] がスコープの中にあれば、 List[Int] 型の2つのリスト...List(4, 5) implicitなメソッド Int => Ordered[Int] は scala.Predef.intWrapper...docs.scala-lang.org/ja/tour/implicit-conversions.htmlFri Feb 06 04:30:27 GMT 2026 146.4K bytes -
고차 함수 | Scala Documentation
def apply(f: Int => String, v: Int) = f(v) 주의: 문맥적으로 함수가...App { def apply(f: Int => String, v: Int) = f(v) val decorator...docs.scala-lang.org/ko/tour/higher-order-functions.htmlFri Feb 06 04:30:27 GMT 2026 74.1K bytes