File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
% if
2
-
3
- Rust’s take on ` if ` is not particularly complex, but it’s much more like the
4
- ` if ` you’ll find in a dynamically typed language than in a more traditional
5
- systems language. So let’s talk about it, to make sure you grasp the nuances.
2
+ <!-- % if -->
3
+
4
+ <!-- Rust’s take on `if` is not particularly complex, but it’s much more like the -->
5
+ <!-- `if` you’ll find in a dynamically typed language than in a more traditional -->
6
+ <!-- systems language. So let’s talk about it, to make sure you grasp the nuances. -->
7
+ Rustにおける ` if ` の扱いはさほど複雑ではありませんが、伝統的なシステムプログラミング言語のそれに比べて、
8
+ 動的型付け言語でみられる ` if ` にずっと近いものになっています。そのニュアンスをしっかり理解できるよう、
9
+ さっそく説明していきましょう。
6
10
7
11
` if ` is a specific form of a more general concept, the ‘branch’. The name comes
8
12
from a branch in a tree: a decision point, where depending on a choice,
You can’t perform that action at this time.
0 commit comments