Thoughts on adding a safe indexed access operator?...
# announcements
j
Thoughts on adding a safe indexed access operator? Ala foo?[i]. My use case would be chaining in some nested structure. foo?[i]?[j]?[k]