1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-22 16:02:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Lenny Maiorani
6d6b3f9523 Badge: Access to underlying type
Problem:
- Access to the underlying type is not provided. This limits
  metaprogramming and usage in function templates.

Solution:
- Provide public access to the underlying type.
- Add test to ensure the underlying type is accessible.
2021-01-15 09:44:21 +01:00