public override AType Clone() { return(LocalAChar.Create(this.asChar).Data); }
public static AType Create(char ch) { return(LocalAChar.Create(ch)); }