bitop

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
basic.go bitop_basic 基本的なビット操作のサンプルです.
bitflags.go bitop_bitflags ビットフラグのサンプルです.

Documentation

Overview

Package bitop -- ビット操作についてのサンプルが配置されています.

Index

Constants

View Source
const (
	DoneProducer doneStatus = 1 << iota
	DoneCompleter
	DoneConsumer1
	DoneConsumer2
	DoneAll = DoneProducer | DoneCompleter | DoneConsumer1 | DoneConsumer2
	None    = 0
)

Variables

This section is empty.

Functions

func Basic

func Basic() error

Basic -- 基本的なビット操作のサンプルです.

REFERENCES:

func BitFlags added in v0.2.8

func BitFlags() error

BitFlags -- ビットフラグのサンプルです.

func NewRegister

func NewRegister() mapping.Register

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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