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: 1748d77093d84e87620ca26240a17fec5a57ab7b (
plain
)
1
2
3
4
pub fn force_unwrap(result: Result(t, _)) -> t { assert Ok(value) = result value }