@traversable/schema
    Preparing search index...
    interface Optic {
        _removable?: true;
        "[symbol_tag]": "Identity" | "Iso" | "Lens" | "Prism" | "Traversal";
        (P: any, optic: Profunctor.Optic): any;
    }
    Index

    Properties

    _removable?: true
    "[symbol_tag]": "Identity" | "Iso" | "Lens" | "Prism" | "Traversal"