Replace mask/masked with network_address
The mutating `mask` essentially computed the network address. Giving this operation a proper name makes code much more readable.
Showing
Please register or sign in to comment
The mutating `mask` essentially computed the network address. Giving this operation a proper name makes code much more readable.