Closed altavir closed 3 years ago
I was actually thinking of hiding the type hierarchy completely, leaving only the base F64Array
class public, since the implementation specifics aren't really relevant for the user.
Summary: just two types are now public, F64Array
and F64FlatArray
. copy()
returns the correct type. Other types are now internal. Will close after the release.
Resolved in the release candidate 1.1.0-rc-1.
I am not sure it is a frequent use-case, but it costs nothing to override the method.