export function divSelf<T extends Int | "float">(l: Sym<T>, r: number): Assign<T>;