You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dyn::string receives the strings parameter as StringTable<'data>, assuming default parameter for R. However if I have a StringTable<'data, R = SomeNonDefaultReader> it is impossible to call string, although it should work for any reader.