Open timohanke opened 1 year ago
https://github.com/dfinity/motoko-base/blob/5c9145e79bf471fb662b9b4028937783e97e23d1/src/Buffer.mo#L68
As far as I understand the style guidelines this should be size_ not _size because _size suppresses a compiler warning.
size_
_size
True, but, FTR, haven't implemented that (unused identifier) warning yet ...
https://github.com/dfinity/motoko-base/blob/5c9145e79bf471fb662b9b4028937783e97e23d1/src/Buffer.mo#L68
As far as I understand the style guidelines this should be
size_
not_size
because_size
suppresses a compiler warning.