Пример #1
0
 internal Tuple <IIndex <K>, IEnumerable <VectorConstruction> > makeSeriesConstructions <K>(K[] keys, FSharpList <Tuple <long, long>[]> relocations, IEnumerable <VectorConstruction> vectors, FSharpOption <bool> ordered)
 {
     return(new Tuple <IIndex <K>, IEnumerable <VectorConstruction> >((IIndex <K>) new LinearIndex <K>(System.Array.AsReadOnly <K>(keys), LinearIndexBuilder.Instance, ordered), (IEnumerable <VectorConstruction>)ListModule.MapIndexed2 <VectorConstruction, Tuple <long, long>[], VectorConstruction>((Func <int, Func <M0, Func <M1, M2> > >) new LinearIndex.newVectors <K>(this, keys), (FSharpList <M0>)vectors, (FSharpList <M1>)relocations)));
 }