Skip to content

Commit 16676ce

Browse files
committed
more terms
1 parent 409b6ef commit 16676ce

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

TranslationTable.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,26 @@
88

99
# 対訳表
1010

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 | サイズ無し型

0 commit comments

Comments
 (0)