Kind returns the field's kind Play: https://go.dev/play/p/wg4NlcUNG5o
()
| 76 | // Kind returns the field's kind |
| 77 | // Play: https://go.dev/play/p/wg4NlcUNG5o |
| 78 | func (f *Field) Kind() reflect.Kind { |
| 79 | return f.rvalue.Kind() |
| 80 | } |
| 81 | |
| 82 | // IsSlice check if a struct field type is slice or not |
| 83 | // Play: https://go.dev/play/p/MKz4CgBIUrU |
no outgoing calls