]> git.lizzy.rs Git - rust.git/commit
Add a map method to Bound
authorGriffin Smith <root@gws.fyi>
Mon, 29 Mar 2021 14:35:21 +0000 (10:35 -0400)
committerGriffin Smith <root@gws.fyi>
Sat, 5 Jun 2021 15:22:30 +0000 (17:22 +0200)
commit223c0d2a852be3dc74e0bfee875d63fcf161c757
treeccf90eab958b4261c6f11f996f3009b3e72afd3d
parent3aedcf06b73fc36feeebca3d579e1d2a6c40acc5
Add a map method to Bound

Add a map method to std::ops::range::Bound, patterned off of the method
of the same name on Option
library/core/src/ops/range.rs