Expose accessor bounds
Visne opened this issue · 0 comments
Visne commented
It seems that Accessor
s already parse min
and max
and store them in _min
and _max
, but (as far as I can tell) these are not accessible to the end user. It would be nice to have them exposed so that extra calculation can be avoided.