public static Pattern operator +(Entity a, Pattern b) => Sumf.PHang(a, b);
public static Pattern operator +(Pattern a, Entity b) => Sumf.PHang(a, b);