Files
zig/src
Cody Tapscott 2f732deb3d stage1: Make x and false/x or true comptime-known
We need to be careful to respect side-effects/branching in these
cases, but otherwise this behaves very similarly to multiplication.
`lhs and rhs == false` if either lhs or rhs is comptime-known `false`,
just like `lhs * rhs == 0` if either lhs or rhs is comptime-known to
be zero.

Similar reasoning applies to `lhs or rhs`.
2022-10-30 12:21:37 -07:00
..
2022-09-14 20:08:34 -04:00
2022-10-27 01:31:18 +03:00
2022-10-23 20:05:12 -07:00
2022-08-19 03:41:13 -07:00
2022-08-19 03:41:13 -07:00
2022-10-25 05:11:29 -04:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-07-28 11:53:25 -07:00
2022-10-12 20:34:42 +02:00