Unit 'tuples' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl-objpas]

Tuple

Declaration

Source position: tuples.pp line 263

function Tuple(

  constref AFirst: TFirst;

  constref ASecond: TSecond

):; overload;

function Tuple(

  constref AFirst: TFirst;

  constref ASecond: TSecond;

  constref AThird: TThird

):; overload;

function Tuple(

  constref AFirst: TFirst;

  constref ASecond: TSecond;

  constref AThird: TThird;

  constref AFourth: TFourth

):; overload;

function Tuple(

  constref AFirst: TFirst;

  constref ASecond: TSecond;

  constref AThird: TThird;

  constref AFourth: TFourth;

  constref AFifth: TFifth

):; overload;


Documentation generated on: 2025-07-25