The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

FP::Mixin::Utils - utility methods

SYNOPSIS

    use base 'FP::Mixin::Utils'; # or use parent or whatever

DESCRIPTION

Methods that can be useful to have on some classes or protocols.

Currently implemented:

F(): call `F` from `FP::Stream` (useful in the repl to fully force a data structure)

SEE ALSO

FP::Abstract::Show -- uses this

NOTE

This is alpha software! Read the status section in the package README or on the website.