core icon indicating copy to clipboard operation
core copied to clipboard

use error handling instead of abort in `immut/list` package

Open Yoorkin opened this issue 1 year ago • 1 comments

  • nth_exn nth head head_exn last

Yoorkin avatar Jul 15 '24 08:07 Yoorkin

There should be at least one function that is unchecked so that

  1. There's no performance penalty
  2. Allow program to crash directly if an invariant is not respected

peter-jerry-ye avatar Jul 19 '24 10:07 peter-jerry-ye

#923

Yoorkin avatar Aug 27 '24 08:08 Yoorkin