|
10 | 10 |
|
11 | 11 | | English | 日本語
|
12 | 12 | | :------------------------------- | :-------------
|
13 |
| -| abort | アボート |
14 | 13 | | (lockの) acquire | 獲得
|
| 14 | +| (lockの) release | 解放 |
| 15 | +| Intrinsics | Intrinsic |
| 16 | +| Lang Items | Lang Item |
| 17 | +| Universal Function Call Syntax | 共通の関数呼び出し構文 |
| 18 | +| abort | アボート |
| 19 | +| activity | 実践 |
15 | 20 | | aggregate type | 合成型
|
16 | 21 | | alignment | アラインメント
|
17 | 22 | | allocator | アロケータ
|
18 | 23 | | antipattern | アンチパターン
|
19 | 24 | | application | アプリケーション
|
| 25 | +| argument type | 引数タイプ |
20 | 26 | | arity | アリティ
|
21 | 27 | | array | 配列
|
22 | 28 | | assignment | 代入
|
|
26 | 32 | | binary | バイナリ
|
27 | 33 | | binding | 束縛
|
28 | 34 | | block | ブロック
|
| 35 | +| borrow checker | 借用チェッカー |
29 | 36 | | borrowing | 借用
|
30 | 37 | | bounds | 境界
|
31 | 38 | | bug | バグ
|
32 | 39 | | capture | キャプチャ
|
33 | 40 | | case analysis | 場合分け
|
| 41 | +| casting | キャスト |
34 | 42 | | channel | チャネル
|
35 | 43 | | closure | クロージャ
|
36 |
| -| coercion | 型強制 |
37 | 44 | | code bloat | コードの膨張
|
| 45 | +| coercion | 型強制 |
| 46 | +| color model | カラーモデル |
38 | 47 | | combinator | コンビネータ
|
39 | 48 | | comma | カンマ
|
40 | 49 | | command line | コマンドライン
|
|
47 | 56 | | constructor | コンストラクタ
|
48 | 57 | | continuous integration | 継続的インテグレーション
|
49 | 58 | | crate | クレート
|
| 59 | +| custom type | カスタム型 |
50 | 60 | | dangling | ダングリング
|
51 | 61 | | data race | データ競合
|
52 | 62 | | deadlock | デッドロック
|
53 | 63 | | declaration statement | 宣言文
|
54 | 64 | | dereferencing | 参照外し
|
55 | 65 | | derive | 導出
|
| 66 | +| designator | 識別子 |
56 | 67 | | destructor | デストラクタ
|
57 | 68 | | destructuring | 分配
|
58 | 69 | | directive | ディレクティブ
|
|
67 | 78 | | early return | 早期リターン
|
68 | 79 | | empty tuple | 空タプル
|
69 | 80 | | encode | エンコード
|
| 81 | +| endpoint | エンドポイント |
70 | 82 | | entry point | エントリポイント
|
71 | 83 | | enum | 列挙型
|
72 | 84 | | equality | 等値性
|
|
78 | 90 | | expression statement | 式文
|
79 | 91 | | exterior | 外側の
|
80 | 92 | | feature | フィーチャ
|
| 93 | +| field | フィールド |
81 | 94 | | foreign | 他言語
|
82 | 95 | | free-standing function | フリースタンディングな関数
|
| 96 | +| full path | 絶対パス |
83 | 97 | | generic parameter | ジェネリックパラメータ
|
84 | 98 | | generics | ジェネリクス
|
85 | 99 | | glob | グロブ
|
|
88 | 102 | | handle | ハンドル
|
89 | 103 | | hash | ハッシュ
|
90 | 104 | | hash set | ハッシュ集合
|
| 105 | +| higher order functions | 高階関数 |
91 | 106 | | identifier | 識別子
|
92 |
| -| immutable | イミュータブル |
93 | 107 | | immutability | イミュータビリティ
|
| 108 | +| immutable | イミュータブル |
94 | 109 | | implement | 実装する
|
95 | 110 | | initialize | 初期化する
|
96 | 111 | | input lifetime | 入力ライフタイム
|
97 |
| -| interior | 内側の |
98 | 112 | | install | インストール
|
99 | 113 | | installer | インストーラ
|
| 114 | +| interior | 内側の |
100 | 115 | | interpolate | インターポーレートする
|
101 | 116 | | interpolation | インターポーレーション
|
102 |
| -| Intrinsics | Intrinsic |
103 | 117 | | key | キー
|
104 | 118 | | keyword | キーワード
|
105 |
| -| Lang Items | Lang Item |
106 | 119 | | leak | リーク
|
| 120 | +| least significant bit | 最下位ビット |
107 | 121 | | lending | 貸付け
|
108 | 122 | | library | ライブラリ
|
109 | 123 | | lifetime | ライフタイム
|
| 124 | +| lifetime coercion | ライフタイムの圧縮 |
110 | 125 | | lifetime elision | ライフタイムの省略
|
111 | 126 | | lifetime parameter | ライフタイムパラメータ
|
112 |
| -| lifetime coercion | ライフタイムの圧縮 |
113 | 127 | | link | リンク
|
114 | 128 | | lint | リント
|
115 | 129 | | mangling | マングリング
|
|
123 | 137 | | mutable binding | ミュータブルな束縛
|
124 | 138 | | mutual-exclusion | 相互排他
|
125 | 139 | | null | ヌル
|
| 140 | +| numeric literal | 数値リテラル |
126 | 141 | | object-safe | オブジェクト安全
|
127 | 142 | | offline | オフライン
|
128 | 143 | | opaque | オペーク
|
129 | 144 | | open source | オープンソース
|
130 | 145 | | option | オプション
|
131 | 146 | | output lifetime | 出力ライフタイム
|
| 147 | +| output type | アウトプット型 |
132 | 148 | | overflow | オーバーフロー
|
133 | 149 | | owner | 所有者
|
134 | 150 | | ownership | 所有権
|
135 | 151 | | panic | パニック
|
136 | 152 | | parameter | パラメータ
|
137 | 153 | | parametric polymorphism | パラメトリック多相
|
138 | 154 | | parse | パース、パースする
|
139 |
| -| patch | パッチ |
140 | 155 | | partial moves | 部分的ムーブ
|
| 156 | +| patch | パッチ |
141 | 157 | | pattern | パターン
|
142 | 158 | | performance | パフォーマンス
|
| 159 | +| phantom type | 幽霊型 |
143 | 160 | | platform | プラットフォーム
|
144 | 161 | | pointer | ポインタ
|
| 162 | +| primitive type | プリミティブ型 |
| 163 | +| private | プライベート |
145 | 164 | | process | プロセス
|
| 165 | +| public | パブリック |
| 166 | +| r-value | 右辺値 |
146 | 167 | | range | レンジ
|
147 | 168 | | raw pointer | 生ポインタ
|
148 | 169 | | re-assignment | 再代入
|
149 | 170 | | rebind | 再束縛
|
150 | 171 | | reference count | 参照カウント
|
151 | 172 | | regression | リグレッション
|
152 | 173 | | release | リリース
|
153 |
| -| (lockの) release | 解放 |
154 | 174 | | return | 返す
|
155 | 175 | | return type | リターン型
|
156 | 176 | | return value | 戻り値
|
|
183 | 203 | | thread-locality | スレッドローカル性
|
184 | 204 | | threadsafe | スレッドセーフ
|
185 | 205 | | tick | クオート
|
| 206 | +| token trees | トークン木 |
186 | 207 | | trait | トレイト
|
| 208 | +| transmute | トランスミュート |
187 | 209 | | tuple | タプル
|
188 | 210 | | tuple struct | タプル
|
189 |
| -| token trees | トークン木 |
190 | 211 | | type alias | 型エイリアス
|
191 | 212 | | type erasure | 型消去
|
192 | 213 | | type family | 型族
|
193 | 214 | | type inference | 型推論
|
194 | 215 | | type parameter | 型パラメータ
|
195 | 216 | | uninstall | アンインストール
|
196 | 217 | | unit 注: `()` の読み | ユニット
|
197 |
| -| Universal Function Call Syntax | 共通の関数呼び出し構文 |
198 | 218 | | unsafe | アンセーフ
|
199 | 219 | | unsigned | 符号無し
|
200 | 220 | | unsized type | サイズ不定型
|
|
209 | 229 | | warning | ウォーニング
|
210 | 230 | | wildcard | ワイルドカード
|
211 | 231 | | wrapper | ラッパ
|
212 |
| -| activity | 実践 |
213 |
| -| custom type | カスタム型 |
214 |
| -| argument type | 引数タイプ |
215 |
| -| primitive type | プリミティブ型 |
216 |
| -| casting | キャスティング |
217 |
| -| least significant bit | 最下位ビット |
218 |
| -| numeric literal | 数値リテラル |
219 |
| -| full path | 絶対パス |
220 |
| -| r-value | 右辺値 |
221 |
| -| color model | カラーモデル |
222 |
| -| higher order functions | 高階関数 |
223 |
| -| designator | 識別子 |
224 |
| -| field | フィールド |
225 |
| -| public | パブリック |
226 |
| -| private | プライベート |
227 |
| -| borrow checker | 借用チェッカー |
228 |
| -| endpoint | エンドポイント |
229 |
| -| transmute | トランスミュート |
230 |
| -| output type | アウトプット型 |
231 |
| -| phantom type | 幽霊型 |
0 commit comments