Drm.IdInteger IDs with unique types to help prevent mistakes.
val of_int : int -> 'a tval of_uint32 : Unsigned.UInt32.t -> 'a tval of_uint64 : Unsigned.UInt64.t -> 'a tval of_uint32_opt : Unsigned.UInt32.t -> 'a t optionReturns None if the handle is 0, or Some id otherwise.
val of_uint64_opt : Unsigned.UInt64.t -> 'a t optionval of_int64 : int64 -> 'a tval to_uint32 : _ t -> Unsigned.UInt32.tval to_uint64 : _ t -> Unsigned.UInt64.tval to_uint64_opt : _ t option -> Unsigned.UInt64.tval to_string : _ t -> stringval pp : _ t Fmt.t