index
:
gleam_aoc2020
main
gleam aoc 2020
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aoc-2020-gleam
/
src
/
ext
/
resultx.gleam
blob: d354216f08ab216c29351324efb9264a999c78e6 (
plain
)
1
2
3
4
pub fn assert_unwrap(result: Result(t, _)) -> t { let assert Ok(value) = result value }