- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of about 10,000 for timestamp:[now/d-1y TO *] (0.36 sec)
-
Tuples | Scala Book | Scala Documentation
This page is an introduction to the Scala 'tuple' data type, showing examples of how to use tuples in your Scala code.docs.scala-lang.org/overviews/scala-book/tuples.htmlRegistered: Wed Apr 16 03:41:43 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 67.1K bytes - Viewed (0) -
grp — The group database — Python 3.13.3 docume...
This module provides access to the Unix group database. It is available on all Unix versions. Availability: Unix, not WASI, not Android, not iOS. Group database entries are reported as a tuple-like...docs.python.org/3/library/grp.htmlRegistered: Wed Apr 16 03:39:57 UTC 2025 - Last Modified: Tue Apr 15 23:20:09 UTC 2025 - 18.8K bytes - Viewed (0) -
Scala Collections | Scala Book | Scala Document...
This page provides an introduction to the Scala collections classes, including Vector, List, ArrayBuffer, Map, Set, and more.docs.scala-lang.org/overviews/scala-book/collections-101.htmlRegistered: Wed Apr 16 03:39:58 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 59.6K bytes - Viewed (0) -
Инструменты | Scala 3 — Book | Scala Documentation
В этой главе представлено введение в доступные инструменты моделирования предметной области в Scala 3, включая классы, трейты, перечисления и многое другое.docs.scala-lang.org/ru/scala3/book/domain-modeling-tools.htmlRegistered: Wed Apr 16 03:58:49 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 540.9K bytes - Viewed (0) -
工具 | Scala 3 — Book | Scala Documentation
This chapter provides an introduction to the available domain modeling tools in Scala 3, including classes, traits, enums, and more.docs.scala-lang.org/zh-cn/scala3/book/domain-modeling-tools.htmlRegistered: Wed Apr 16 03:58:45 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 544K bytes - Viewed (0) -
Методы | Scala 3 — Book | Scala Documentation
docs.scala-lang.org/ru/scala3/book/taste-methods.htmlRegistered: Wed Apr 16 03:57:54 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 431.6K bytes - Viewed (0) -
Функциональное программирование | Scala 3 — Boo...
docs.scala-lang.org/ru/scala3/book/fp-intro.htmlRegistered: Wed Apr 16 03:57:33 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 414.5K bytes - Viewed (0) -
Функции первого класса | Scala 3 — Book | Scala...
docs.scala-lang.org/ru/scala3/book/taste-functions.htmlRegistered: Wed Apr 16 03:57:23 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 422.4K bytes - Viewed (0) -
映射 | Collections | Scala Documentation
Collections 映射 Language 映射(Map)是一种可迭代的键值对结构(也称映射或关联)。Scala的Predef类提供了隐式转换,允许使用另一种语法: key -> value ,来代替 (key, value) 。...docs.scala-lang.org/zh-cn/overviews/collections/maps.htmlRegistered: Wed Apr 16 04:10:20 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 136K bytes - Viewed (0) -
视图 | Collections | Scala Documentation
Collections 视图 Language 各种容器类自带一些用于开发新容器的方法。例如map、filter和++。我们将这类方法称为转换器(transformers),喂给它们一个或多个容器,它们就会输入一个新容器。 有两个主要...docs.scala-lang.org/zh-cn/overviews/collections/views.htmlRegistered: Wed Apr 16 04:10:31 UTC 2025 - Last Modified: Fri Mar 28 02:11:35 UTC 2025 - 134.2K bytes - Viewed (0)