Convert required slice params with no min length to optional params
Opened this issue · 0 comments
jbowes commented
If an operation requires some slice argument, but doesn't explicitly request a minimum length, then the argument is effectively optional. Convert it to an optional argument.