# Functions
ASNumberFromString creates an ASNumber struct from a string value.
No description provided by the author
PortFromRange creates a Port struct representing a range of ports.
PortFromString creates a Port struct from its string representation.
ProtocolFromInt creates a Protocol struct from an integer value.
ProtocolFromString creates a Protocol struct from a string value.
SinglePort creates a Port struct representing a single port.
# Structs
Port represents either a range of numeric ports or a named port.
UInt8OrString is a type that can hold an uint8 or a string.
# Type aliases
No description provided by the author
Type represents the stored type of Int32OrString.
No description provided by the author