Closed markfairbanks closed 2 years ago
This allows a direct call to .by in call2_i() which automatically branches to call2_i_by().
.by
call2_i()
call2_i_by()
Simplifies the code for filter and slice/_head/_tail
filter
slice
_head
_tail
This allows a direct call to
.by
incall2_i()
which automatically branches tocall2_i_by()
.Simplifies the code for
filter
andslice
/_head
/_tail