shajara API
    Preparing search index...

    Interface Left<E>

    2.0.0

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

    Type Parameters

    • E
    Index

    Properties

    Properties

    _tag: "Left"
    left: E