Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LF: Drop wrong toArraySeq method from ImmArray. (#12163)
The method is not correctly implement, as it should slice the underlying array before returning it. Since it is not possible to implement it in constant time, we simply drop it, in favor in other conversion. CHANGELOG_BEGIN CHANGELOG_END
- Loading branch information