Namespace: go.std.net.netip

v1.0

Contents

Summary

Provides a low-level interface to the net/netip package.

Package netip defines an IP address type that's a small value type.
Building on that Addr type, the package also defines AddrPort (an
IP address and a port), and Prefix (an IP address and a bit length
prefix).

Compared to the net.IP type, this package's Addr type takes less
memory, is immutable, and is comparable (supports == and being a
map key).

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types