Module Component.InstanceVariable

type t = {
doc : CComment.docs;
mutable_ : bool;
virtual_ : bool;
type_ : TypeExpr.t;
}