Closed frejknutarlewander closed 2 years ago
Sorry for the big PR. The commits should be fairly self-contained and descriptive.
vector.at(i)
vector[i]
CBLS_TEST
[[nodiscard]]
Sorry for the big PR. The commits should be fairly self-contained and descriptive.
vector.at(i)
withvector[i]
and assertionsCBLS_TEST
in order to skip testing functionality when benchmarking/not testing[[nodiscard]]
where applicable.