- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1671 - 1680 of about 10,000 for timestamp:[now/d-1y TO *] (0.64 sec)
-
Итераторы | Collections | Scala Documentation
Collections Итераторы Language Итератор (Iterator) - это не коллекция, а скорее способ поочередного доступа к элемент...docs.scala-lang.org/ru/overviews/collections-2.13/iterators.htmlRegistered: Fri Oct 24 07:18:30 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 163K bytes - Viewed (0) -
Обзор | Parallel Collections | Scala Documentation
Parallel Collections Обзор Language Авторы оригинала: Aleksandar Prokopec, Heather Miller Перевод Анастасии Маркиной ...docs.scala-lang.org/ru/overviews/parallel-collections/overview.htmlRegistered: Fri Oct 24 07:18:48 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 97.3K bytes - Viewed (0) -
コレクションの作成 | Collections | Scala Documentation
Collections コレクションの作成 Language List(1, 2, 3) 構文によって 3つの整数から成るリストを作成でき、 Map('A' -> 1, 'C' -> 2) 構文によって 2つの写像から成るマップを作成...docs.scala-lang.org/ja/overviews/collections/creating-collections-from-scratch.htmlRegistered: Fri Oct 24 07:22:41 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 96.4K bytes - Viewed (0) -
性能の測定 | Parallel Collections | Scala Documentation
Parallel Collections 性能の測定 Language JVM における性能 JVM における性能モデルは論評こそは色々あるが、それに巻き込まれて結局よく理解されてないと言える。 様々な理由から、あるコードは期待されて...docs.scala-lang.org/ja/overviews/parallel-collections/performance.htmlRegistered: Fri Oct 24 07:22:47 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 71.6K bytes - Viewed (0) -
マクロバンドル | Macros | Scala Documentation
Macros マクロバンドル Language EXPERIMENTAL Eugene Burmako 著 Eugene Yokota 訳 マクロバンドル (macro bundle) は、Scala 2.11.x および Scala...docs.scala-lang.org/ja/overviews/macros/bundles.htmlRegistered: Fri Oct 24 07:22:35 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 67K bytes - Viewed (0) -
性能特性 | Collections | Scala Documentation
Collections 性能特性 Language これまでの説明で異なるコレクションが異なる性能特性 (performance characteristics) を持つことが分かった。性能特性はコレクション型を比較する第一の基準とし...docs.scala-lang.org/ja/overviews/collections/performance-characteristics.htmlRegistered: Fri Oct 24 07:22:15 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 98.8K bytes - Viewed (0) -
マクロアノテーション | Macros | Scala Documentation
Macros マクロアノテーション Language MACRO PARADISE Eugene Burmako 著 Eugene Yokota 訳 マクロアノテーションはマクロパラダイスプラグインからのみ利用可能だ (Scala 2...docs.scala-lang.org/ja/overviews/macros/annotations.htmlRegistered: Fri Oct 24 07:22:25 UTC 2025 - Last Modified: Fri Oct 24 03:30:22 UTC 2025 - 71.9K bytes - Viewed (0) -
cfg_match in std - Rust
A macro for defining `#[cfg]` match-like statements.doc.rust-lang.org/std/macro.cfg_match.htmlRegistered: Mon Aug 04 01:28:35 UTC 2025 - Last Modified: Thu Jun 26 17:59:43 UTC 2025 - 6.6K bytes - Viewed (0) -
autodiff in std::autodiff - Rust
This macro handles automatic differentiation. Automatic Differentiation macro which allows generating a new function to compute the derivative of a given function. It may only be applied to a function. The expected usage syntax is `#[autodiff(NAME, MODE, INPUT_ACTIVITIES, OUTPUT_ACTIVITY)]` where: NAME is a string that represents a valid function name. MODE is any of Forward, Reverse, ForwardFirst, ReverseFirst. INPUT_ACTIVITIES consists of one valid activity for each input parameter. OUTPUT_ACTIVITY must not be set if we implicitly return nothing (or explicitly return `-> ()`). Otherwise it must be set to one of the allowed activities.doc.rust-lang.org/std/autodiff/attr.autodiff.htmlRegistered: Mon Aug 04 02:46:18 UTC 2025 - Last Modified: Thu Jun 26 17:59:38 UTC 2025 - 4.8K bytes - Viewed (0) -
atomic_and_acquire in std::intrinsics - Rust
Bitwise and with the current value, returning the previous value. `T` must be an integer or pointer type. If `T` is a pointer type, the provenance of `src` is ignored: both the return value and the new value stored at `*dst` will have the provenance of the old value stored there.doc.rust-lang.org/std/intrinsics/fn.atomic_and_acquire.html Similar Results (2)Registered: Mon Aug 04 02:55:28 UTC 2025 - Last Modified: Thu Jun 26 17:59:41 UTC 2025 - 4.8K bytes - Viewed (0)