CDirkx fbb3673331 Make more Ipv4Addr methods const
Constify the following methods of `std::net::Ipv4Addr`:
 - `octets`
 - `is_loopback`
 - `is_private`
 - `is_link_local`
 - `is_shared`
 - `is_ietf_protocol_assignment`
 - `is_benchmarking`
 - `is_multicast`
 - `is_documentation`

Also insta-stabilizes these methods as const.

Possible because of the stabilization of const integer arithmetic and control flow.
2020-08-31 05:09:20 +02:00
..
2020-08-23 22:40:20 -04:00
2020-08-31 05:09:20 +02:00
2020-08-23 10:02:42 +00:00
2020-08-17 15:16:09 +01:00
2020-08-27 23:30:15 +08:00
2020-08-27 10:58:34 +02:00
2020-08-22 20:23:50 -07:00