Skip to content

Commit

Permalink
Added getMaskSlices method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliance committed Nov 10, 2016
1 parent 9627118 commit e4d7c1c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/InfiniteBitmask.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ public function __construct(array $maskSlices = [])
$this->maskSlices = $maskSlices;
}

/**
* @return int[]
*/
public function getMaskSlices()
{
return $this->maskSlices;
}

/**
* @param int $bit
* @return $this
Expand Down

0 comments on commit e4d7c1c

Please sign in to comment.