thefuga/go-collections

Add common aliases

オープン

#32 opened on 2022/07/30

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (3 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (26 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド