rust/library/core/src/ops
Scott McMurray b96b9b4093 Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try
Fixes 85115

This only updates unstable functions.

`array::try_map` didn't actually exist before, despite the tracking issue 79711 still being open from the old PR 79713.
2021-12-02 11:23:50 -08:00
..
arith.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00
bit.rs Added const versions of common numeric operations 2021-10-22 10:03:18 +13:00
control_flow.rs Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try 2021-12-02 11:23:50 -08:00
deref.rs Const Deref 2021-09-15 03:06:53 +00:00
drop.rs Fix typo in ops::Drop docs 2021-07-07 22:26:32 +03:00
function.rs Convert primitives to use intra-doc links 2021-02-25 20:31:53 -05:00
generator.rs Apply cfg-bootstrap switch 2021-11-30 10:51:42 -05:00
index.rs Say that it "may panic" 2021-04-18 18:16:10 +02:00
mod.rs Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try 2021-12-02 11:23:50 -08:00
range.rs add slice take methods 2021-11-12 23:08:27 -05:00
try_trait.rs Make array::{try_from_fn, try_map} and Iterator::try_find generic over Try 2021-12-02 11:23:50 -08:00
unsize.rs Use intra-doc-links in core::ops::* 2020-08-21 23:19:10 +02:00