Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPair<First, Second>

Pair of two elements.

author

Jeongho Nam - https://github.com/samchon

Type parameters

  • First

  • Second

Hierarchy

  • IPair

Implemented by

Index

Properties

Properties

first

first: First

The first element.

second

second: Second

The second element.

Generated using TypeDoc