Skip to content

A Typo in Readme #20

@FuYnAloft

Description

@FuYnAloft
buffer.addHead(4);
print(buffer.length); // 3
print(buffer[0]); // 4
print(buffer[1]); // 1  <- should be 2
print(buffer[2]); // 2  <- should be 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions