export function nonNull(a: T | null | undefined): T { return a! }