Right now, polys can only be copy-constructed. It might be useful to allow polys to be created from any other poly that has a superset of the requirements. This would require the ability to copy the right parts of the vtable into the destination poly, but that might be inefficient.
Right now,
poly
s can only be copy-constructed. It might be useful to allowpoly
s to be created from any otherpoly
that has a superset of the requirements. This would require the ability to copy the right parts of the vtable into the destinationpoly
, but that might be inefficient.Thanks to @atomgalaxy for proposing that feature.