public static HXStr Map(HaystackXString value) { return(new HXStr(value)); }
public HXStr(HaystackXString source) { Source = source; }