mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
* Sema: allow binary operations and boolean not on vectors of bool * langref: Clarify use of operators on vectors (`and` and `or` not allowed) closes #24093