⚠️ Internal: This API is not publically exported by the package.

      Since

      1.0.0

      interface Tuple {
          _tag: "Tuple";
          annotations: Annotations;
          elements: readonly Element[];
          isReadonly: boolean;
          rest: Option<readonly [AST, AST]>;
      }

      Hierarchy

      Properties

      _tag: "Tuple"
      annotations: Annotations
      elements: readonly Element[]
      isReadonly: boolean
      rest: Option<readonly [AST, AST]>