export function also(t: T, b: (t: T) => void): T { b(t); return t; }