> On Nov 29, 2019, at 3:35 PM, Marc-André Lureau
> wrote:
>
> Hi
>
> On Fri, Nov 29, 2019 at 7:14 PM Felipe Franciosi wrote:
>>
>> Heya,
>>
>>> On Nov 28, 2019, at 8:35 PM, Marc-André Lureau
>>> wrote:
>>>
>>> Hi
>>>
>>> On Thu, Nov 28, 2019 at 8:48 PM Felipe Franciosi wrote:
>>
Hi
On Fri, Nov 29, 2019 at 8:25 PM Felipe Franciosi wrote:
>
>
>
> > On Nov 29, 2019, at 3:35 PM, Marc-André Lureau
> > wrote:
> >
> > Hi
> >
> > On Fri, Nov 29, 2019 at 7:14 PM Felipe Franciosi wrote:
> >>
> >> Heya,
> >>
> >>> On Nov 28, 2019, at 8:35 PM, Marc-André Lureau
> >>> wrote:
> >
Hi
On Fri, Nov 29, 2019 at 7:14 PM Felipe Franciosi wrote:
>
> Heya,
>
> > On Nov 28, 2019, at 8:35 PM, Marc-André Lureau
> > wrote:
> >
> > Hi
> >
> > On Thu, Nov 28, 2019 at 8:48 PM Felipe Franciosi wrote:
> >>
> >> Traditionally, the uint-specific property helpers only offer getters.
> >> W
Heya,
> On Nov 28, 2019, at 8:35 PM, Marc-André Lureau
> wrote:
>
> Hi
>
> On Thu, Nov 28, 2019 at 8:48 PM Felipe Franciosi wrote:
>>
>> Traditionally, the uint-specific property helpers only offer getters.
>> When adding object (or class) uint types, one must therefore use the
>> generic pr
Hi
On Thu, Nov 28, 2019 at 8:48 PM Felipe Franciosi wrote:
>
> Traditionally, the uint-specific property helpers only offer getters.
> When adding object (or class) uint types, one must therefore use the
> generic property helper if a setter is needed (and probably duplicate
> some code writing t
Traditionally, the uint-specific property helpers only offer getters.
When adding object (or class) uint types, one must therefore use the
generic property helper if a setter is needed (and probably duplicate
some code writing their own getters/setters).
This enhances the uint-specific property he