adambard/learnxinyminutes-docs

Zig no longer has ** repetition operator

Fermée

#5 574 ouverte le 29 juil. 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Markdown (3 664 forks)batch import
help wanted

Métriques du dépôt

Stars
 (12 328 étoiles)
Métriques de merge PR
 (Merge moyen 23j 19h) (8 PRs mergées en 30 j)

Description

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

Guide contributeur