insert(contentsOf:)

Insert a Collection of Attributes into this RelativeDistinguishedName.

RelativeDistinguishedName.swift:108
mutating func insert<Attributes>(contentsOf attributes: Attributes) where Attributes : Collection, Attributes.Element == RelativeDistinguishedName.Attribute

Parameters

attributes

The Attributes to be inserted.

Note that the order of attributes will not be preserved.