Merge the Bitwise and ByteOrder traits into the Int trait
This reduces the complexity of the trait hierarchy.
This commit is contained in:
parent
4c0f8f49f6
commit
ff9f92ce52
14 changed files with 391 additions and 430 deletions
|
|
@ -16,7 +16,6 @@
|
|||
use std::io;
|
||||
use std::io::stdio::StdReader;
|
||||
use std::io::BufferedReader;
|
||||
use std::num::Bitwise;
|
||||
use std::os;
|
||||
|
||||
// Computes a single solution to a given 9x9 sudoku
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue