You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: implement own version of vim.tbl_* without validate
Most of the vim.tbl_* functions internally validate the input. This can
be very expensive for hot loops.
This implements an internal version of those functions without
validation.
fixlukas-reineke#776