package mmdb

  1. Overview
  2. Docs
type t

A representation of an IP address. Can be both IPv4 as well as IPv6

val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
include Base.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string