Uint16Slice looks up the value of a local Uint16SliceFlag, returns nil if not found
(name string)
| 36 | // Uint16Slice looks up the value of a local Uint16SliceFlag, returns |
| 37 | // nil if not found |
| 38 | func (cmd *Command) Uint16Slice(name string) []uint16 { |
| 39 | return getUintSlice[uint16](cmd, name) |
| 40 | } |
| 41 | |
| 42 | // Uint32Slice looks up the value of a local Uint32SliceFlag, returns |
| 43 | // nil if not found |
no outgoing calls