The internal helpers as_list_unnamed_default() and as_list_unnamed_nlists() (removed as dead code, see the housekeeping PR) were groundwork for registering extras::as_list_unnamed() methods, per the commented-out roxygen in R/as-list.R and the FIXME in R/extras.R.
extras now exports the as_list_unnamed() and as_list() generics, so this is a small change: re-export the generic and register as_list_unnamed.nlist() / as_list_unnamed.nlists() methods, restoring the deleted helpers from git history as method bodies.
🤖 Generated with Claude Code
The internal helpers
as_list_unnamed_default()andas_list_unnamed_nlists()(removed as dead code, see the housekeeping PR) were groundwork for registeringextras::as_list_unnamed()methods, per the commented-out roxygen inR/as-list.Rand the FIXME inR/extras.R.extrasnow exports theas_list_unnamed()andas_list()generics, so this is a small change: re-export the generic and registeras_list_unnamed.nlist()/as_list_unnamed.nlists()methods, restoring the deleted helpers from git history as method bodies.🤖 Generated with Claude Code