Feature Request - First and Last on IPNetwork
Hi,
Great library. I wanted the actual first and last IP addresses in a range, so it would be helpful if there was a .Last() and .First() method as well as .LastUsable() and .FirstUsable().
I had to use a different library in the end.
Thanks!
@LaughingJohn Do you have an example of when you'd expect First and Last to produce a different result?
Hi @billpg, thanks for coming back to me. Sorry I haven't a specific example - it was a long time ago. My memory is hazy, but I think the basic premise was that if a range included some 'unsusable' addresses, there wasn't a way of getting the actual first/last only first/last usable addresses (which I guess I didn't care about). Sorry hard to be more specific after so long.