020 generics ring buffer e2e

○ Planned This feature is planned but not yet implemented.

Full end-to-end ring buffer demonstrating generics-as-library pattern

Failure Output

error[PARSE003]: single continuation branch 'transformed' carrying a payload is a one-variant tag union — declare the single output as a bare return instead: `-> *const Program`
  --> tests/regression/700_EVENT_GLOBBING/700_020_generics_ring_buffer_e2e/input.kz:11:1
    |
 11 | ~[comptime|transform]pub tor ring.* {
    | ^

Code

input.kz

Flows

flow ~ring.new[T:u32;N:64] click a branch to expand · @labels scroll to their anchor
ring.new[T:u32;N:64] (name: "event_queue")