Skip to content

Implement summary.allEqual() #70

@Smoren

Description

@Smoren

True if all elements of the iterable are equal.

funcion *allEqual<T>(data: Iterable<T> | Iterator<T>): boolean

Note: Consider maybe adding a strict parameter, or alternate method allSame.

Needs to be implemented:

  • summary.allEqual()
  • summary.allEqualAsync()
  • Stream.allEqual()
  • AsyncStream.allEqual()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions