scratch2
scratch2 copied to clipboard
s2::string consistency in operator[]
https://github.com/codecat/scratch2/blob/b951a1d019bfc117fabc57d8baf4d162dc1ebffa/scratch2/s2string.h#L84-L85
- They're passed as
intinstead ofsize_t. - There should be consistent spacing between
operatorand[](like instringsplit).