Open
Description
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 AbstractArray
s with non-inferrable size, or keys in Dict
s)
Metadata
Metadata
Assignees
Labels
No labels