Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bit_array.cr
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@
# ba # => "BitArray[101010101010]"
# ba[2] # => true
struct BitArray
include Enumerable(Bool)
include Indexable(Bool)

# The number of bits the BitArray stores
1 change: 0 additions & 1 deletion src/tuple.cr
Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@
# tuple # => {1, "hello", 'x'} (Tuple(Int32, String, Char))
# ```
struct Tuple
include Enumerable(Union(*T))
include Indexable(Union(*T))
include Comparable(Tuple)

0 comments on commit 0172980

Please sign in to comment.