I have two slice, lhr and lhr_dels.
I want to remove everything in lhr_dels from lhr.
I tried these:
lhr = slices.DeleteFunc(lhr, func(n uint) []uint { return lhr_del})
or
lhr = slices.Delete(lhr, lhr_del)
and can't figure out from the error messages|docs how to fix it.
Can someone set me straight on how to do this?
Thanks in advance.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/golang-nuts/8d5189c9-a1ba-44c5-a62f-3fa8eecc72cbn%40googlegroups.com.