CrowdStrike / csproto

CrowdStrike's Protocol Buffers library
MIT License
124 stars 13 forks source link

feat: expand `PointerTo[T]()` function to support proto enums #156

Closed dylan-bourque closed 4 months ago

dylan-bourque commented 4 months ago

This PR loosens the generic type constraint on PointerTo[T]() to replace int32 with ~int32 so that we include generated enum types and adds additional clarifying comments.