go-bool

module
v0.0.0-...-0daee48 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2023 License: MIT

README

go-bool

一、这是什么?

更节省内容的布尔值:

  • 数组(已实现)
  • 矩阵(待实现)

二、安装

go get -u github.com/compression-algorithm-research-lab/go-bool

三、API示例

package main

import (
	"fmt"
	"github.com/compression-algorithm-research-lab/go-bool/bool_array"
)

func main() {

	array := bool_array.New(10)
	array.Set(1, true)
	fmt.Println(array.Get(1))

}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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