Skip to content

v0.30.0: feat: expand `PointerTo[T]()` function to support proto enums

Compare
Choose a tag to compare
@dylan-bourque dylan-bourque released this 01 Jul 21:56
· 11 commits to main since this release
loosen the generic type constraint on `PointerTo[T]()` to replace `int32` with `~int32` so that we include generated enum types
add additional clarifying comments