The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Q::S::L - Shortcut for Quantum::Superpositions::Lazy

SYNOPSIS

        use Q::S::L qw(superpos every_state ...);

        my $position_1 = superpos(1 .. 10);

        # continue as with regular Quantum::Superpositions::Lazy

DESCRIPTION

This module is just a shorter name for Quantum::Superpositions::Lazy. See its documentation for details.