Module CL_Size

module CL_Size: sig .. end

API documentation for the class CL_Size

type t = {
   width : int;
   height : int;
}