Skip to content

port: Add 'any' and 'all' prebuilt function (#5155) #3303

Closed

Description

The changes in Add 'any' and 'all' prebuilt function (#5155) may need to be ported to maintain parity with microsoft/botbuilder-dotnet.

Fixes #5128

Description

Add any and all prebuilt function for Collections.

Examples

any(createArray(1, 'cool'), item, isInteger(item)) -> true
any(createArray('first', 'cool'), item => isInteger(item)) -> false
all(createArray(1, 'cool'), item, isInteger(item)) -> false
all(createArray(1, 2), item => isInteger(item)) -> true

Please review and, if necessary, port the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ExemptFromDailyDRIReportUse this label to exclude the issue from the DRI report.parityThe issue describes a gap in parity between two or more platforms.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions