interface Option<T0> {
    vec: T0[];
}

Type Parameters

  • T0

Properties

Properties

vec: T0[]