perldoc > Bit::Vector

📛 NAME

Bit::Vector - Efficient bit vector, set of integers and "big int" math library

🚀 Quick Reference

Use CaseCommandDescription
Create a bit vectorBit::Vector->new($bits)Create a new bit vector of given size, all bits cleared
Set a bit$vector->Bit_On($index)Set a specific bit to 1
Test a bit$vector->bit_test($index)Check if a bit is set (returns 0 or 1)
Convert to hex string$vector->to_Hex()Export as hexadecimal string
Add two numbers$vec3->add($vec1,$vec2,$carry)Add two bit vectors with carry
Set operations (union)$vec3->Or($vec1,$vec2)Compute bitwise OR (union)

📋 SYNOPSIS

🔗 OVERLOADED OPERATORS

See Bit::Vector::Overload(3).

🔗 MORE STRING IMPORT/EXPORT

See Bit::Vector::String(3).

đŸ“Ļ CLASS METHODS

đŸ› ī¸ OBJECT METHODS

âš ī¸ IMPORTANT NOTES

📖 DESCRIPTION

🔗 OVERLOADED OPERATORS

See Bit::Vector::Overload(3).

🔗 MORE STRING IMPORT/EXPORT

See Bit::Vector::String(3).

đŸ“Ļ CLASS METHODS

đŸ› ī¸ OBJECT METHODS

👀 SEE ALSO

Bit::Vector::Overload(3), Bit::Vector::String(3), Storable(3).

Set::IntRange(3), Math::MatrixBool(3), Math::MatrixReal(3), DFA::Kleene(3), Math::Kleene(3), Graph::Kruskal(3).

đŸˇī¸ VERSION

This man page documents "Bit::Vector" version 7.4.

âœī¸ AUTHOR

Steffen Beyer
mailto:STBEY AT cpan.org
http://www.engelschall.com/u/sb/download/

ÂŠī¸ COPYRIGHT

Copyright (c) 1995 - 2013 by Steffen Beyer. All rights reserved.

📜 LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

The C library at the core of this Perl module can additionally be redistributed and/or modified under the terms of the "GNU Library General Public License".

Please refer to the files "Artistic.txt", "GNU_GPL.txt" and "GNU_LGPL.txt" in this distribution for details!

âš–ī¸ DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.

Bit::Vector
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS
🔗 OVERLOADED OPERATORS 🔗 MORE STRING IMPORT/EXPORT đŸ“Ļ CLASS METHODS đŸ› ī¸ OBJECT METHODS
âš ī¸ IMPORTANT NOTES 📖 DESCRIPTION
🔗 OVERLOADED OPERATORS 🔗 MORE STRING IMPORT/EXPORT đŸ“Ļ CLASS METHODS đŸ› ī¸ OBJECT METHODS
👀 SEE ALSO đŸˇī¸ VERSION âœī¸ AUTHOR ÂŠī¸ COPYRIGHT 📜 LICENSE âš–ī¸ DISCLAIMER

Generated by phpman v4.9.26-5-g7740029 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-21 13:10 @216.73.217.134
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^