> Using the not-yet-available grep:
>
> my $new_set = $spanset->set_grep(
> sub { $_[0]->intersects( $span ) }
> );If I understand that right, set_grep won't work for unbounded sets. As that operation would be needed to bound an unbounded set, it's no real use to me, or do I miss something?
