thefuga/go-collections

Add common aliases

Open

#32 opened on Jul 30, 2022

 (0 comments) (0 reactions) (0 assignees)Go (3 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (26 stars)
PR merge metrics
 (PR metrics pending)

Description

Some methods could use aliases to offer a more common interface to other uses. Some are described bellow. Feel free to suggest more.

count

  • len
  • length

Capacity

  • Cap

Delete

  • Remove
  • Forget

Shift

  • PopFront

Contributor guide