A.N.M. Saiful Islam
A.N.M. Saiful Islam
Here is a basic `User` class: ```typescript class User< U > { private _user: Partial< U > = {}; public set< K extends keyof U >( key: K, val: U[...
@Nathan-Fenner I also think so, but after seeing @MartinJohns's comment on #41233 I thought perhaps implementation of this feature will also implement the feature I requested.
Please note that the behavior of the issue is unstable. Since the issue was raised for the first time, I also got back the syntax highlighting a couple of times,...
Ah! I see... since there was no indication of the unit, I thought it would be the number of rows. I recommend mentioning the unit. 😊