Type Alias Add<A, B>

Add<A, B>: Length<Concat<_FromLength<A>, _FromLength<B>>>

Gets the sum of A and B

Type Parameters

  • A extends number
  • B extends number