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
The Buffer class's implementation of appendString and setString are named inconsistently with append_str and set_string. I think these should be named consistently with append_string and set_string or the alternative, but we can't break the API for now. Perhaps a proper method could be provided for consistency though.
The text was updated successfully, but these errors were encountered:
The
Buffer
class's implementation ofappendString
andsetString
are named inconsistently withappend_str
andset_string
. I think these should be named consistently withappend_string
andset_string
or the alternative, but we can't break the API for now. Perhaps a proper method could be provided for consistency though.The text was updated successfully, but these errors were encountered: