We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27082e6 commit 50cd607Copy full SHA for 50cd607
src/analysis/lattices/inverted.h
@@ -23,6 +23,8 @@
23
24
namespace wasm::analysis {
25
26
+// Reverses the order of an arbitrary full lattice. For example,
27
+// `Inverted<UInt32>` would order uint32_t values by > rather than by <.
28
template<FullLattice L> struct Inverted {
29
using Element = typename L::Element;
30
0 commit comments