lo icon indicating copy to clipboard operation
lo copied to clipboard

Add FromSlicePtr

Open KenxinKun opened this issue 10 months ago • 0 comments

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.

KenxinKun avatar Apr 17 '24 14:04 KenxinKun