When trying to compile using typescript 5.6.x the following error message is shown.
error TS2320: Interface 'ArrayEnumerable' cannot simultaneously extend types 'TSource[]' and 'IEnumerable'.
Named property '[Symbol.iterator]' of types 'TSource[]' and 'IEnumerable' are not identical.
When trying to compile using typescript 5.6.x the following error message is shown.
error TS2320: Interface 'ArrayEnumerable' cannot simultaneously extend types 'TSource[]' and 'IEnumerable'.
Named property '[Symbol.iterator]' of types 'TSource[]' and 'IEnumerable' are not identical.