Help for this page
{ a => undef } ~~ sub { $_[0] eq 'a' }
sub { $_[0] eq 'a' } ~~ { a => undef }
'b' ~~ { a => undef }
undef ~~ \%hash