Module Wlc.Geometry.Size

module Size: sig .. end

type t = {
   w : int;
   h : int;
}
val zero : t
val min : t -> t -> t
val max : t -> t -> t