rollbear/strong_type

`strong::indexed` for `std::span`

timblechmann opened this issue · 1 comments

std::span provides operator[], but no at method. strong::indexed requires both for its underlying type, though

Sorry for the long delay, but it's fixed on main now. .at() is conditionally supported for underlying types that have it.