Versions in this module Expand all Collapse all v0 v0.1.0 Apr 19, 2020 Changes in this version + func IsSortedAndUnique(data sort.Interface) bool + func IsSortedAndUniqueUint32(u32 []uint32) bool + func SortUint32(u32 []uint32) + type IPDesc struct + IP net.IP + Port uint16 + func ToIPDesc(str string) (IPDesc, error) + func (ipDesc IPDesc) Equal(otherIPDesc IPDesc) bool + func (ipDesc IPDesc) IsPrivate() bool + func (ipDesc IPDesc) IsZero() bool + func (ipDesc IPDesc) PortString() string + func (ipDesc IPDesc) String() string