- Sort Score
- Num 10 results
- Language All
- Labels All
Results 481 - 490 of 5,398 for int (0.3 seconds)
-
multiprocessing.shared_memory — Shared memory f...
size ( int ) – The requested number of bytes...following built-in data types: int (signed 64-bit) float bool str...docs.python.org/3/library/multiprocessing.shared_memory.htmlWed Apr 29 06:55:52 GMT 2026 12.1K bytes -
Singleton Objects | Tour of Scala | Scala Docum...
daysToComplete : Int ) class Test { val project1 =...: String , daysToComplete : Int ) class Test : val project1 =...docs.scala-lang.org/tour/singleton-objects.htmlWed Apr 29 03:30:28 GMT 2026 54.7K bytes -
time — Time access and conversions — Pyth...
clock_gettime_ns ( clk_id ) → int Similar to clock_gettime() but...clock_settime_ns ( clk_id , time : int ) Similar to clock_settime()...docs.python.org/3/library/time.htmlWed Apr 29 06:55:52 GMT 2026 19.9K bytes -
Macro Annotations | Macros | Scala Documentation
docs.scala-lang.org/overviews/macros/annotations.htmlFri Feb 06 04:30:27 GMT 2026 47.3K bytes -
Futures and Promises | Scala Documentation
combinator: val purchase: Future[Int] = rateQuote map { quote => ...val f = Future { 1 } val one: Int = blocking(f, 0 ns) To allow...docs.scala-lang.org/sips/14.htmlFri Feb 06 04:30:27 GMT 2026 66.9K bytes -
What’s New In Python 3.10 — Python 3.14.4...
number : Union [ int , float ]) -> Union [ int , float ]: return...square ( number : int | float ) -> int | float : return number...docs.python.org/3/whatsnew/3.10.htmlWed Apr 29 06:55:52 GMT 2026 49.2K bytes -
Exceptions — Python 3.14.4 documentation
docs.python.org/3/library/asyncio-exceptions.htmlWed Apr 29 06:55:52 GMT 2026 4.4K bytes -
Case Classes | Scala Book | Scala Documentation
year : Int ) extends Person case class Teacher...String , lastWorldSeriesWin : Int ) defined class BaseballTeam...docs.scala-lang.org/overviews/scala-book/case-classes.htmlFri Feb 06 04:30:27 GMT 2026 76K bytes -
Variance | Scala 3 — Book | Scala Documentation
Buyable extends Item { def price : Int } trait Book extends Buyable...p : Producer [ Buyable ]) : Int = p . make . price + p . make...docs.scala-lang.org/scala3/book/types-variance.htmlFri Feb 06 04:30:27 GMT 2026 93.1K bytes -
Kind Polymorphism
following would all be legal: f[Int] f[List] f[Map] f[[X] =>> String]...docs.scala-lang.org/scala3/reference/other-new-features/kind-polymorphism.htmlTue Jan 27 22:53:02 GMT 2026 30.7K bytes