github.com/tunabay/go-bitarray@v1.3.1/util_internal_test.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 package bitarray 6 7 var ( 8 CopyBitsB = copyBits 9 ClearBits = clearBits 10 SetBits = setBits 11 ToggleBits = toggleBits 12 AndBits = andBits 13 OrBits = orBits 14 XorBits = xorBits 15 )