Mmdb__Types.Ip
type t
A representation of an IP address. Can be both IPv4 as well as IPv6
val pp : Stdlib.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
include Base.Stringable.S with type Ip.t := t
val of_string : string -> t
val to_string : t -> string