Ticket #28 (closed enhancement: fixed)
(!?) doesn't fuse
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8 |
| Version: | Keywords: | ||
| Cc: | alexey.skladnoy@… |
Description
Please add safe indexing function which doesn't bombs when index goes out of range. Such function is very convenient when it's known that indices may go out of range. I think such function deserve inclusion in library.
(!?) :: Vector v a => v a -> Int -> Maybe a
Change History
Note: See
TracTickets for help on using
tickets.
