Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Union/Intersect"

Index

Type aliases

Type aliases

Intersect

Intersect<U1, U2>: U1 & U2 | U2 & U1

Get the intersection of U1 & U2

Type parameters

  • U1: any

    to check similarities with

  • U2: any

    to check similarities against

returns

union

example

Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.