Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val code_to_int : code -> int
val code_to_string : code -> string
val t_to_int : t -> int * int list
val t_to_string : t -> string
module Modifiers : sig ... end
type modifiers = Modifiers.t
val control : t -> bool
val meta : t -> bool
val shift : t -> bool
val create : code:code -> modifiers:Modifiers.t -> t
val create_modifiers : Modifiers.elt list -> Modifiers.t
val modifiers : t -> Modifiers.t
val hash : t -> int
val to_string : t -> string