Elements
A Sequence that can contain the same elements as this one, possibly with a simpler type.
Declaration
associatedtype Elements : Sequence = Self where Self.Element == Self.Elements.ElementDiscussion
See also:
elements
A Sequence that can contain the same elements as this one, possibly with a simpler type.
associatedtype Elements : Sequence = Self where Self.Element == Self.Elements.ElementSee also: elements