Rand Stats

Tie::StdArray

zef:lizmat

Actions Status Actions Status Actions Status

NAME

Raku port of Perl's Tie::StdArray module

SYNOPSIS

use P5tie;
use Tie::StdArray;

DESCRIPTION

This module tries to mimic the behaviour of Perl's Tie::StdArray module as closely as possible in the Raku Programming Language.

Tie::StdArray is a module intended to be subclassed by classes using the P5tie interface. It uses the standard Array implementation as its "backend".

SEE ALSO

P5tie, Tie::StdArray

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://github.com/lizmat/Tie-StdArray . Comments and Pull Requests are welcome.

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2018, 2019, 2020, 2021, 2025 Elizabeth Mattijsen

Re-imagined from Perl as part of the CPAN Butterfly Plan.

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.