struct

Cl8r::IPAM::IPv4SubnetIterator

Inherits Iterator < Enumerable < Struct < Value < Object

Zero-allocation iterator yielding child IPv4CIDR subnets.

Constructors

new(current : UInt32, step : UInt32, count : UInt64, prefix : Int32)
Source

Instance methods

next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source