Quartz 5

Home

❯

notes

❯

Rust ref pattern

Rust ref pattern

Properties1
tagsrust/lang

Jun 28, 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

  • GitHub
  • Discord Community