github.com/tunabay/go-bitarray@v1.3.1/doc.go (about)

     1  // Copyright (c) 2021 Hirotsuna Mizuno. All rights reserved.
     2  // Use of this source code is governed by the MIT license that can be found in
     3  // the LICENSE file.
     4  
     5  /*
     6  Package bitarray provides data types and functions for manipurating bit arrays,
     7  aka bit strings, of arbitrary number of bits.
     8  */
     9  package bitarray