public static Pattern operator /(Entity a, Pattern b) => Divf.PHang(a, b);
public static Pattern operator /(Pattern a, Entity b) => Divf.PHang(a, b);