tiny icon indicating copy to clipboard operation
tiny copied to clipboard

low-level library for minimizing the size of your types

Results 1 tiny issues
Sort by recently updated
recently updated
newest added

Hey! One of the problems I faced when implementing my `tiny::pointer_variant` was to get a `T**`. Since (in my implementation), the first item of the variant has a `0` bit...