Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 201 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 201 Bytes

BitArray64

  1. Common Type System

Task 5: Define a class BitArray64 to hold 64 bit values inside an ulong value. Implement IEnumerable and Equals(…), GetHashCode(), [], == and !=.