adambard/learnxinyminutes-docs

Zig no longer has ** repetition operator

クローズ

#5,574 opened on 2026/07/29

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Markdown (3,664 件のフォーク)batch import
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

コントリビューターガイド