Copy creates and returns a copy of the current record. The copied record could have been obtained by: var dst Record src.Parse(dst.ToText(), nil) but Record implementations should provide a more efficient way.
()
| 28 | // |
| 29 | // but Record implementations should provide a more efficient way. |
| 30 | Copy() Record |
| 31 | |
| 32 | // Clear clears the record internal state, making it empty. |
| 33 | Clear() |
no outgoing calls