thefuga/go-collections

Add common aliases

开放

#32 创建于 2022年7月30日

 (0 条评论) (0 个反应) (0 位负责人)Go (3 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (26 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南