Module Object.InternalSlot

type t('M, 'T) = ('M, t'('M, 'T));
and t'('M, 'T) = {
  1. id: Identifier.t('M, 'M),
  2. value: Type.t('M, 'T),
  3. optional: bool,
  4. static: bool,
  5. _method: bool,
  6. comments: option(Syntax.t('M, unit)),
};