shajara API Map
    Preparing search index...

    Interface Left<E>

    2.0.0

    interface Left<E> {
        _tag: "Left";
        left: E;
    }

    Type Parameters

    • E
    Index
    _tag: "Left"
    left: E