Files
zig/src
Andrew Kelley 3f7d9b5fc1 stage2: rework Value Payload layout
This is the same as the previous commit but for Value instead of Type.

Add `Value.castTag` and note that it is preferable to call than
`Value.cast`. This matches other abstractions in the codebase.

Added a convenience function `Value.Tag.create` which really cleans up
the callsites of creating `Value` objects.

`Value` tags can now share payload types. This is in preparation for
another improvement that I want to do.
2020-12-30 21:41:02 -08:00
..
2020-12-30 21:41:02 -08:00
2020-12-30 21:41:02 -08:00
2020-12-30 21:41:02 -08:00
2020-12-17 19:32:40 +01:00
2020-12-23 13:01:29 +02:00
2020-12-24 01:18:47 -07:00
2020-12-30 14:45:39 -08:00
2020-09-21 18:38:55 -07:00
2020-12-30 21:41:02 -08:00
2020-09-21 18:38:55 -07:00
2020-12-30 21:41:02 -08:00
2018-10-27 11:35:01 -04:00
2020-12-30 21:41:02 -08:00