Izagawd

Results 2 issues of Izagawd

This RFC proposes const self fields: per-type constant metadata that can be accessed through values and trait objects using expr.FIELD syntax. For trait objects, implementations store their constant data inline...

T-lang

This RFC proposes #[exhaustive] traits to enable sound cross-trait casting for trait objects. For any concrete type T, the set of #[exhaustive] traits it implements is finite and deterministic, allowing...

T-lang
T-types