Expand description
Void pointer analysis for generic type inference.
Analyzes void* usage patterns to infer generic type parameters for transformation to Rust generics.
Structs§
- Void
PtrAnalyzer - Analyzer for void* usage patterns.
- Void
PtrInfo - Analysis result for a void* parameter.
Enums§
- Type
Constraint - Type constraint inferred from void* usage.
- Void
PtrPattern - Pattern type detected for void* usage.