KDOC 366: Goのbytes, strings packageは類似している

この文書のステータス

  • 作成
    • 2025-05-05 貴島
  • レビュー
    • 2025-05-07 貴島

概要

文字列は結局のところバイト列なのでbytes, strings packageは類似している。類似はしているが、文字列は専用の席が用意されている。

// Package bytes implements functions for the manipulation of byte slices.
// It is analogous to the facilities of the [strings] package.

関連