logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Specio::Constraint::Role::Interface - The interface all type constraints should provide

Api

       See the Specio::Constraint::Simple documentation for details. See the internals of various constraint
       classes to see how this role can be overridden or expanded upon.

Author

       Dave Rolsky <autarch@urth.org>

Description

       This role defines the interface that all type constraints must provide, and provides most (or all) of the
       implementation. The Specio::Constraint::Simple class simply consumes this role and provides no additional
       code. Other constraint classes add features or override some of this role's functionality.

Name

       Specio::Constraint::Role::Interface - The interface all type constraints should provide

Roles

       This role does the Specio::Role::Inlinable role.

Source

       The source code repository for Specio can be found at <https://github.com/houseabsolute/Specio>.

Support

       Bugs may be submitted at <https://github.com/houseabsolute/Specio/issues>.

Version

       version 0.50

See Also