Help for this page
sub is { bless \shift, '_hidden'; ... $s eq $_ and return 1 for @_; 0; }
do_something if is($item)->in(@list);