cast_vector<C extends CandidType> method
Implementation
Vector<C> cast_vector<C extends CandidType>() => Vector.of_the_list<C>(this.cast<C>());
Vector<C> cast_vector<C extends CandidType>() => Vector.of_the_list<C>(this.cast<C>());