I didn't see an existing way to check whether get(obj, l) would return a value or throw any or all of
ERROR: type $obj has no field $f
BoundsError
ArgumentError: invalid index: $i
etc.
It could be nice to have a function or two for this. Possibly two so that one can do all the "static" checks---no bounds checking on AbstractArrays with non-inferrable size, or keys in Dicts)
I didn't see an existing way to check whether
get(obj, l)would return a value or throw any or all ofERROR: type $obj has no field $fBoundsErrorArgumentError: invalid index: $ietc.
It could be nice to have a function or two for this. Possibly two so that one can do all the "static" checks---no bounds checking on
AbstractArrays with non-inferrable size, or keys inDicts)