gval icon indicating copy to clipboard operation
gval copied to clipboard

feat request: null safe operator

Open rr-nick-tan opened this issue 3 years ago • 0 comments

first of all, thanks for the nice project solves my problem a lot.

here is one feature request after using this module in more scenarios of the projects, i'd like to have null safe operator it's common that my struct is composite of primary and collect data, especially a map in the struct, so i'd like to access the field in the null safe way rather than error out Ex. https://www.danvega.dev/blog/2013/08/20/groovys-null-safe-operator/

rr-nick-tan avatar Feb 18 '22 22:02 rr-nick-tan