@traversable/schema
    Preparing search index...

    Interface Duplicate<T>

    hush

    interface Duplicate<T = unknown> {
        "[symbol_typeclass]"?: F.Duplicate;
        "0": T;
        "1": T;
        "[iterator]"(): Iterator<T>;
    }

    Type Parameters

    • T = unknown

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    "[symbol_typeclass]"?: F.Duplicate
    "0": T
    "1": T

    Methods