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

Type Parameters

  • T0

Properties

Properties

contents: T0[]