Skip to content

String object, len is of type unsigned int, however indexOf() and lastIndexOf() return int #239

Open
@artofit

Description

@artofit

Description

String Object:

len is of type unsigned int.
method that apply to position into the String or its size are expecting an unsigned int, this is the case with:
charAt()
substring()
remove()
reserve()

Oddly, indexOf() and lastIndexOf() are returning int and not unsigned int

Current behavior

Oddly, indexOf() and lastIndexOf() are returning int and not unsigned int

Expected behavior

indexOf() and lastIndexOf() ought to return unsigned int, to avoid unnecessary casting from int to unsigned int

Additional information

It's frequent to pass the result of indexOf() to substring()

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions