mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
This makes it much clearer what this cast actually does: it will VERIFY that the thing we're casting is a T (using is<T>()).
This makes it much clearer what this cast actually does: it will VERIFY that the thing we're casting is a T (using is<T>()).