mutatingMethod
P173595
predicate
Indicates a method that changes the internal state or data of the object or value it is called on.
Sample triples (3)
| Subject | Object |
|---|---|
| Set (Swift) | insert(_:) -> (inserted: Bool, memberAfterInsert: Element) ⓘ |
| Set (Swift) | remove(_:) -> Element? ⓘ |
| Set (Swift) | update(with:) -> Element? ⓘ |