fn isHostChar(c: u8) bool
fn isHostChar(c: u8) bool { return isPasswordChar(c) or c == '[' or c == ']'; }