package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
type t =
  1. | Normal of Common.ident
  2. | Inline of Common.ident
val to_string : t -> Common.ident
val encode : t -> string
val mk : ?inline:bool -> Common.ident -> t
OCaml

Innovation. Community. Security.