This patch adds remove(), remove_times(), remove_all() and an implementation of Sub based on these. I chose to make these functions total by ignoring excess removals.
Thanks much for the nice package! This is functionality I need, so I'm hoping you can take it. Let me know if there are issues.
This patch adds
remove()
,remove_times()
,remove_all()
and an implementation ofSub
based on these. I chose to make these functions total by ignoring excess removals.Thanks much for the nice package! This is functionality I need, so I'm hoping you can take it. Let me know if there are issues.