エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Making a const version of Rust's array::from_fn - How hard can it be? | Blog | Guillaume Endignoux
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Making a const version of Rust's array::from_fn - How hard can it be? | Blog | Guillaume Endignoux
Writing const functions has been supported since Rust 1.31 in 2018. These functions can be evalua... Writing const functions has been supported since Rust 1.31 in 2018. These functions can be evaluated at compile time, which is for example useful to shift expensive calculations before the program runs. Knowing values at compile time is also necessary for const generic parameters, a feature available since Rust 1.51 in 2021. Even though const functions have existed for 6 years, only a subset of Ru