Merge pull request #81868 from hamishknight/x-of-hearts

Change InlineArray sugar separator `x` -> `of`
This commit is contained in:
Hamish Knight
2025-05-31 10:05:26 +01:00
committed by GitHub
17 changed files with 96 additions and 96 deletions

View File

@@ -497,7 +497,7 @@ EXPERIMENTAL_FEATURE(CustomAvailability, true)
/// Syntax sugar features for concurrency.
EXPERIMENTAL_FEATURE(ConcurrencySyntaxSugar, true)
/// Enable syntax sugar type '[3 x Int]' for Inline Array
/// Enable syntax sugar type '[3 of Int]' for Inline Array
EXPERIMENTAL_FEATURE(InlineArrayTypeSugar, false)
/// Allow declaration of compile-time values