From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

### writer component
sub new {
my $self = shift;
$self = SUPER::OnePassBitmapAlgorithmComponent->new(BagElement1);
bless $self, $class;
}