index(after:)
Always traps.
Declaration
func index(after i: EmptyCollection<Element>.Index) -> EmptyCollection<Element>.IndexDiscussion
EmptyCollection does not have any element indices, so it is not possible to advance indices.
Always traps.
func index(after i: EmptyCollection<Element>.Index) -> EmptyCollection<Element>.IndexEmptyCollection does not have any element indices, so it is not possible to advance indices.