@sentio/sdk
    Preparing search index...

    Interface VecSet<T0>

    interface VecSet<T0> {
        contents: T0[];
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    contents: T0[]