sample abstract method

Vector sample(
  1. Iterable<int> indices
)

Returns a new vector composed of elements which are located on the passed indexes

Implementation

Vector sample(Iterable<int> indices);