Ryan Winchester @winchester.dev · Nov 24

it's like `=` except it doesn't raise on a match error in a `with`, it aborts (so you'd short circuit and return the result) You can create a short-circuiting pipeline using `with`

1 likes 0 replies

?