Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonMc555 committed Dec 8, 2022
1 parent 7a91719 commit 6875ff3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ pub fn main() -> Result<(), Error> {

Ok(())
}

```

[`Array2D`]: struct.Array2D.html
Expand All @@ -136,6 +135,12 @@ pub fn main() -> Result<(), Error> {
[`get`]: struct.Array2D.html#method.get
[`get_mut`]: struct.Array2D.html#method.get_mut
[`set`]: struct.Array2D.html#method.set
[`get_row_major`]: struct.Array2D.html#method.get_row_major
[`get_mut_row_major`]: struct.Array2D.html#method.get_mut_row_major
[`set_row_major`]: struct.Array2D.html#method.set_row_major
[`get_column_major`]: struct.Array2D.html#method.get_column_major
[`get_mut_column_major`]: struct.Array2D.html#method.get_mut_column_major
[`set_column_major`]: struct.Array2D.html#method.set_column_major
[`elements_row_major_iter`]: struct.Array2D.html#method.elements_row_major_iter
[`elements_column_major_iter`]: struct.Array2D.html#method.elements_column_major_iter
[`row_iter`]: struct.Array2D.html#method.row_iter
Expand Down

0 comments on commit 6875ff3

Please sign in to comment.