Return Value 戻り値
For ordinary sets, an element equal to member
if member
is contained in the set; otherwise, nil
. In some cases, a returned element may be distinguishable from member
by identity comparison or some other means.
Availability 有効性
Technology
mutating func remove(_ member: AccessibilityTraits
) -> AccessibilityTraits
?
For ordinary sets, an element equal to member
if member
is contained in the set; otherwise, nil
. In some cases, a returned element may be distinguishable from member
by identity comparison or some other means.
member
The element of the set to remove. 除去されることになる集合の要素。