|
75 | 75 | "csharp-7.3/enum-delegate-constraints.md",
|
76 | 76 | "csharp-7.3/improved-overload-candidates.md",
|
77 | 77 | "csharp-7.3/ref-loops.md",
|
| 78 | + "csharp-7.3/blittable.md", |
78 | 79 | "csharp-8.0/alternative-interpolated-verbatim.md",
|
79 | 80 | "csharp-8.0/async-using.md",
|
80 | 81 | "csharp-8.0/constraints-in-overrides.md",
|
|
128 | 129 | "_csharplang/proposals/csharp-7.0/throw-expression.md",
|
129 | 130 | "_csharplang/proposals/csharp-7.1/target-typed-default.md",
|
130 | 131 | "_csharplang/proposals/csharp-7.2/readonly-struct.md",
|
131 |
| - "_csharplang/proposals/csharp-7.2/non-trailing-named-arguments.md", |
132 |
| - "_csharplang/proposals/csharp-7.3/blittable.md" |
| 132 | + "_csharplang/proposals/csharp-7.2/non-trailing-named-arguments.md" |
133 | 133 | ]
|
134 | 134 | }
|
135 | 135 | },
|
|
637 | 637 | "_csharplang/proposals/csharp-7.2/conditional-ref.md": "Conditional ref",
|
638 | 638 | "_csharplang/proposals/csharp-7.2/leading-separator.md": "Leading digit separator",
|
639 | 639 |
|
640 |
| - "_csharplang/proposals/csharp-7.3/blittable.md": "Unmanaged generic type constraints", |
641 | 640 | "_csharplang/proposals/csharp-7.3/indexing-movable-fixed-fields.md": "Indexing fixed fields without pinning regardless of context",
|
642 | 641 | "_csharplang/proposals/csharp-7.3/pattern-based-fixed.md": "Pattern-based fixed statement",
|
643 | 642 | "_csharplang/proposals/csharp-7.3/ref-local-reassignment.md": "Ref local reassignment",
|
|
772 | 771 | "_csharplang/proposals/csharp-7.2/conditional-ref.md": "This feature specification describes the syntax enhancements for using 'ref' with '?:' expressions",
|
773 | 772 | "_csharplang/proposals/csharp-7.2/leading-separator.md": "This feature specification describes syntax enhancements to support a leading digit separator in numeric literals.",
|
774 | 773 |
|
775 |
| - "_csharplang/proposals/csharp-7.3/blittable.md": "This feature specification describes the 'unmanaged' generic type constraint. That forces the type argument to be an unmanaged type.", |
776 | 774 | "_csharplang/proposals/csharp-7.3/indexing-movable-fixed-fields.md": "This feature specification describes syntax enhancement to support indexing fixed fields without pinning the memory, regardless of context.",
|
777 | 775 | "_csharplang/proposals/csharp-7.3/pattern-based-fixed.md": "This feature specification describes syntax enhancements to enable more types to be the target of a fixed statement.",
|
778 | 776 | "_csharplang/proposals/csharp-7.3/ref-local-reassignment.md": "This feature specification describes syntax enhancements that enable ref local variables to be assigned to refer to different storage after being initialized.",
|
|
0 commit comments