From f2ed2c333afe619ebec7cb0b66ab3281b2601d47 Mon Sep 17 00:00:00 2001 From: Reinder Reinders Date: Wed, 2 Nov 2016 10:51:10 +0100 Subject: [PATCH] Added bits class which holds all possible bits that can be used with binary flags --- src/Bits.php | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/Bits.php diff --git a/src/Bits.php b/src/Bits.php new file mode 100644 index 0000000..54f55cd --- /dev/null +++ b/src/Bits.php @@ -0,0 +1,73 @@ +