Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Collections.Array Module documentation does not have the signature for Array.contains #188

@KevinRansom

Description

@KevinRansom

This page here is missing Array.contains: https://msdn.microsoft.com/visualfsharpdocs/conceptual/collections.array-module-%5bfsharp%5d

Array.contains : 'T -> 'T [] -> bool

This page is missing List.contains:
https://msdn.microsoft.com/visualfsharpdocs/conceptual/collections.list-module-%5bfsharp%5d

List.contains : 'T -> 'T [] -> bool

This page is missing Seq.contains

Seq.contains : 'T -> 'T [] -> bool

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions