sesaparcours
    Preparing search index...
    interface PartitionedMap<T, U> {
        a: Map<T, U>;
        b: Map<T, U>;
    }

    Type Parameters

    • T
    • U
    Index

    Properties

    a b

    Properties

    a: Map<T, U>
    b: Map<T, U>