Modelkit.Row_viewAn immutable ordered selection of rows from an aligned source.
Construction copies and validates the indices. Order and duplicates are preserved to support deterministic resampling.
val create : source_size:int -> int array -> (t, Data_error.t) resultval all : source_size:int -> (t, Data_error.t) resultval source_size : t -> intval length : t -> intval get : t -> int -> intget view position returns the source row at position.
Raises Invalid_argument if position is outside the view.
val indices : t -> int array