Names retrieves the list of member names in the appropriate order.
()
| 64 | |
| 65 | // Names retrieves the list of member names in the appropriate order. |
| 66 | func (d *Dictionary) Names() []string { |
| 67 | return d.names |
| 68 | } |
| 69 | |
| 70 | func (d *Dictionary) marshalSFV(b *strings.Builder) error { |
| 71 | last := len(d.names) - 1 |
no outgoing calls