The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

### adapter as a frame for a MatrixBitmap
sub new {
my ($class, $matrixbitmap) = @_;
$self = { mb => $matrixbitmap, };
bless $self, $class;
}