File tree Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# 対訳表
10
10
11
- | English | 日本語
12
- |:-----------|:------
13
- | mutable | ミュータブル
14
- | mutability | ミュータビリティ
15
- | ` mut ` | ` mut `
16
- | structure | 構造 (コンピュータ用語でない)
17
- | structure | ストラクチャ (コンピュータ用語)
18
- | struct | ストラクト
19
- | ` struct ` | ` struct `
20
- | enum | ?????
21
- | ` enum ` | ` enum `
22
- | lifetime | 生存期間
23
- | move | ムーブ
24
- | borrowing | 借用
11
+ | English | 日本語
12
+ |:-------------|:------
13
+ | associated - | 関連-
14
+ | attribute | アトリビュート
15
+ | binding | 束縛
16
+ | borrowing | 借用
17
+ | coercion | 型強制
18
+ | crate | クレート
19
+ | enum | ?????
20
+ | ` enum ` | ` enum `
21
+ | Intrinsics | イントリンシック
22
+ | Lang Items | Lang Items
23
+ | lifetime | 生存期
24
+ | move | ムーブ
25
+ | ` mut ` | ` mut `
26
+ | mutable | ミュータブル
27
+ | mutability | ミュータビリティ
28
+ | ownership | 所有権
29
+ | struct | ストラクト
30
+ | ` struct ` | ` struct `
31
+ | structure | ストラクチャ
32
+ | trait | トレイト
33
+ | unsized type | サイズ無し型
You can’t perform that action at this time.
0 commit comments