discard

Match p but discard the result

version(legacy)
alias discard(alias p) = pipe!(p, wrap!(
(
ref _
)
))

Meta