public static Covector <N, T> Load <N, T>(T[] src, N length = default) where N : ITypeNat, new() where T : unmanaged => Covector <N, T> .Load(src);
public static ref Covector <N, T> ipow <N, T>(ref Covector <N, T> lhs, in Covector <N, uint> exp)
public static string Format <N, T>(this Covector <N, T> src) where T : unmanaged where N : ITypeNat, new() => src.Span.FormatList();