public static EdgeData AllocateLike(EdgeData other) => EdgeData.AllocateNew(other.Size);
public EdgeData AsEdgeData() => EdgeData.FromArray(m_Data);