public static IEnumerable <IEnumerable <TSource> > Rows <TSource>(this TSource[][] self) { Check.Self(self); return(self); }