insert(contentsOf:)
Insert a Collection
of Attribute
s into this RelativeDistinguishedName
.
mutating func insert<Attributes>(contentsOf attributes: Attributes) where Attributes : Collection, Attributes.Element == RelativeDistinguishedName.Attribute
Parameters
- attributes
The
Attribute
s to be inserted.
Note that the order of attributes
will not be preserved.