[ CCode ( simple_generics = true ) ]
public void @set<T> (ContactField field_id, T value)
Sets the value of this's field specified by field_id to value.
| this |
an Contact |
| field_id |
an ContactField |
| value |
a value whose type depends on the |