pocomath/src
Glen Whitney 27bf23db54 feat(Tuple): Stub for a template type
This adds the target initial definition of a homogeneous Tuple<T>
  type, and just enough processing that the type can be defined and
  non-template methods that deal with the generic base type Tuple can
  be called. Still has no actual template instantiation.
2022-08-03 11:27:40 -07:00
..
bigint feat(install): Allow plain functions 2022-08-02 00:47:37 -07:00
complex fix(templates): Enhance the catchall to call the correct specialization 2022-08-03 09:35:11 -07:00
core feat(Tuple): Stub for a template type 2022-08-03 11:27:40 -07:00
generic feat(gcd,lcm): Allow arbitrarily many arguments 2022-08-02 10:32:06 -07:00
number feat(install): Allow plain functions 2022-08-02 00:47:37 -07:00
ops feat(install): Allow plain functions 2022-08-02 00:47:37 -07:00
tuple feat(Tuple): Stub for a template type 2022-08-03 11:27:40 -07:00
pocomath.mjs feat(Tuple): Stub for a template type 2022-08-03 11:27:40 -07:00