- Version: 1.0
- RFC Type: Feature
- Author: Your Name
- Status: Draft
The purpose of this RFC is to propose the addition of generic types and type parameters to the PHP language. Generics provide a powerful mechanism for writing reusable and type-safe code by allowing the definition of generic classes, interfaces, and functions that can operate on a variety of types.