adambard/learnxinyminutes-docs
Zig no longer has ** repetition operator
クローズ
#5,574 opened on 2026/07/29
help wanted
Repository metrics
- Stars
- (12,328 個のスター)
- PR merge metrics
- (平均マージ 23d 19h) (30d で 8 merged PRs)
説明
Lines 117, 122, & 813 of zig.md contain the ** comptime repetition operator which is no longer in the Zig language. Array initialization can be done with builtin @splat function, other builtin functions, or custom comptime code