過ぎるだけの時間じゃ悔しい

Home

❯

notes

❯

Rust ref pattern

Rust ref pattern

Properties1
tagsrust/lang

Aug 12, 20261 min read

2022-06-01

let ref ref_c1 = c;
let ref_c2 = &c;

は等価

参考文献

  • refパターン - Rust By Example 日本語版

Graph View

Backlinks

  • MOC: 言語/型/コンパイラ
  • Rust patterns

Created with Quartz v5.0.0 © 2026

このサイトは Karpathy LLM Wiki パターンによる自動生成です。