/(_:_:)

Creates a CIDR block by masking this IP address to the specified number of bits. The meaning of the slash (/) operator follows CIDR notation.

IP.Address.swift:90
static func / (self: Self, bits: UInt8) -> IP.Block<Self>