effect-schema-viz
    Preparing search index...

    Namespace Reference

    A labeled, possibly empty, list of references to user types.

    For example, for some signature of some struct defined so:

    const MyStruct = Schema.struct({
    ...
    mySignature: Schema.Array(MyOtherStruct),
    ...
    })

    We would expect the compiled signature of mySignature to have a reference to:

    {
    display: 'MyOtherStruct[]',
    targets: ['MyOtherStruct'],
    }

    Variables

    BigInt
    suffixOptional

    Functions

    collectDisplays
    collectTargets
    curried
    formatRestTuple
    Node
    ofNode
    Primitive
    suffix
    suffixOptionalIf