FuncType - v0.8.85
    Preparing search index...

    Interface Collection<A>

    interface Collection<A> {
        toList(): List<A>;
        toSet(): Set<A>;
        toString(): string;
    }

    Type Parameters

    • A

    Hierarchy (View Summary)

    Index

    Methods

    • Returns string