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:
- 書籍「プログラミング言語 Go」-- P.60
- https://yourbasic.org/golang/bitwise-operator-cheat-sheet/
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.