Images 💾

Last commit ⭐

commit d11ca444d0e3d031e32267cc8ed67f0293a37ba5
Author:     Tim Ledbetter <tim.ledbetter@ladybird.org>
AuthorDate: Thu Aug 8 14:21:13 2024 +0100
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Sat Sep 28 14:14:28 2024 -0400

    AK: Assert that `is<T>()` input and output types are not the same
    
    This makes it a compile error to use is<T>() where the input and output
    types are known to be the same at compile time.
    
    (cherry picked from commit 82a63e350cb9a67cbd3aa659d909ae9e6599e93f)