Something that can be useful in veneers is to allow static operations to be partially overridden with fallback to the underlying representation’s dispatch. This pattern can be seen in StringCI, for example, which only overrides the static Comparable operations.
Something that can be useful in veneers is to allow static operations to be partially overridden with fallback to the underlying representation’s dispatch. This pattern can be seen in
StringCI
, for example, which only overrides the staticComparable
operations.