// Created by Anthony Printup on 4/21/2023. #pragma once #include namespace patterns { using ByteType = std::byte; constexpr auto masks_per_byte {2uz}; }