エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Design Meeting Notes, 07/22/2016 · Issue #9935 · microsoft/TypeScript
Number, enum, and boolean literal types #9407 Number / enum / boolean literals New concept: Unit ... Number, enum, and boolean literal types #9407 Number / enum / boolean literals New concept: Unit type A type with a single value (e.g. null, undefined, true) e.g. Boolean is a union of the two unit types true and false e.g. enums are unions of their constituent unit types corresponding to each member Literal types are subtypes of their respective primitives, of course When do we treat a string lit
2016/07/29 リンク