Skip Menu |

This queue is for tickets about the Set-Scalar CPAN distribution.

Report information
The Basics
Id: 42452
Status: resolved
Priority: 0/
Queue: Set-Scalar

People
Owner: Nobody in particular
Requestors: jloverso [...] mathworks.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.22
Fixed in: (no value)



Subject: Consider adding this overload for array deference
I think it might be convenient if you included an overload for array access to a Set::Scalar, returning the list of members: use overload '@{}' => sub {[shift->members]};