lo
lo copied to clipboard
Add FromSlicePtr
This proposal implements the reverse of ToSlicePtr
by using FilterMap
internally to skip any nil
pointer values in an input array of pointers and returning the corresponding array of values safely.