This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Correct types for EditableLists containing Missing items
For example:
list(,,$c)
contains twoMissing
items\Foo\bar()
starts with aMissing
item with a trailing separator
This changes the types of these members to EditableList<?T>
where T is the type of the non-missing items.
In cases where this change introduces type errors, there was previously a risk of runtime exceptions.