You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update XML documentation to clarify floating-point types are not supported
Updated the typeparam comments for And<T> and Or<T> to accurately reflect:
- Only integer primitive types are supported (not all primitives)
- Only enum types backed by integer types are supported
- Floating-point types (float, double) are explicitly not supported
This makes the documentation consistent with the actual implementation and
helps users understand the restrictions without needing to check the code.
All 705 tests pass.
Co-authored-by: EgorBo <523221+EgorBo@users.noreply.github.com>
0 commit comments