-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Using custom slice sources can be simplified by not forcing slice sources to return a SliceSource instance.
Instead, slice source functions should be allowed to return a SliceObj.
Describe the solution you'd like
As described above.
- Rewrite tests, add new, implement changes
- Rename argument
slice_objintoslice_itemto underline it is one of the elements of theslicesiterator passed tozappend - Update (simplify) user guide, especially confusing section about slice sources and slice factories
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request