github.com/Schaudge/grailbase@v0.0.0-20240223061707-44c758a471c0/bitset/doc.go (about) 1 // Copyright 2018 GRAIL, Inc. All rights reserved. 2 // Use of this source code is governed by the Apache-2.0 3 // license that can be found in the LICENSE file. 4 5 // Package bitset provides support for treating a []uintptr as a bitset. It's 6 // essentially a less-abstracted variant of github.com/willf/bitset. 7 package bitset