Tail returns the rest of the arguments (not the first one) or else an empty string slice
()
| 13 | // Tail returns the rest of the arguments (not the first one) |
| 14 | // or else an empty string slice |
| 15 | Tail() []string |
| 16 | // Len returns the length of the wrapped slice |
| 17 | Len() int |
| 18 | // Present checks if there are any arguments present |