Error: `std.uni.isUpper` conflicts with `std.ascii.isUpper`
Marcone
marcone at email.com
Tue Jul 14 20:37:53 UTC 2020
import std: isUpper, writeln;
void main(){
writeln(isUpper('A'));
}
Why I get this error? How can I use isUpper()?
More information about the Digitalmars-d-learn
mailing list