byteop

package
v0.5.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 6 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
reader_from_byteslice.go byteop_reader_from_byteslice []byte から io.Reader を生成するサンプルです.
using_repeat.go byteop_using_repeat bytes.Repeat() のサンプルです

Documentation

Overview

Package byteop -- バイトに対しての操作についてのサンプルが配置されています.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CutPrefixSuffix added in v0.5.1

func CutPrefixSuffix() error

CutPrefixSuffix は、Go 1.20 で追加された bytes.{CutPrefix,CutSuffix} のサンプルです.

bytes.{CutPrefix,CutSuffix} と strings.{CutPrefix,CutSuffix} は対で追加されている。

REFERENCES

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

func ReaderFromByteSlice

func ReaderFromByteSlice() error

ReaderFromByteSlice -- []byte から io.Reader を生成するサンプルです.

func UsingRepeat added in v0.5.10

func UsingRepeat() error

UsingRepeat は、bytes.Repeat() のサンプルです.

REFERENCES

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL