mutatingMethod
P173595
predicate
Indicates a method that changes the internal state or data of the object or value it is called on.
All labels observed (1)
| Label | Occurrences |
|---|---|
| mutatingMethod canonical | 3 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: mutatingMethod
Generated description
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? ⓘ |