Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Tuple/Intersect"

Index

Type aliases

Type aliases

Intersect

Intersect<T, T1, match>: TupleOf<OIntersect<ObjectOf<T>, ObjectOf<T1>, match>>

Get the intersecting entries of T & T1 (If match = 'default', no type checks are done)

Type parameters

  • T: Tuple

    to check similarities with

  • T1: Tuple

    to check similarities against

  • match: Match

returns

any[]

example

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