partial.lenses
Advanced tools
Changelog
10.2.0
Redesigned the experimental L.findHint
. The main lesson in the redesign is
that the internally allocated local state for the hint
was changed to be
explicitly allocated by the caller. This allows the caller to update the hint
and allows the search to be eliminated in more cases.
Changelog
10.1.1
Previously L.append
didn't provide its own index. Now it produces an index
that is the length of the focused array-like object or 0. This is considered a
bug fix as the behaviour wasn't previously strictly specified.