pocomath/test
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(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
complex feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
core feat: Switch to function-based specification of dependencies 2022-07-23 09:55:02 -07:00
number feat(floor): Provide example of op-centric organization 2022-08-01 08:28:21 -07:00
tuple feat(Tuple): Stub for a template type 2022-08-03 11:27:40 -07:00
_pocomath.mjs feat(gcd,lcm): Allow arbitrarily many arguments 2022-08-02 10:32:06 -07:00
custom.mjs test(templates): Check that unjoinable types are detected 2022-08-03 10:22:17 -07:00