Skip to content

Commit 7ac0b4f

Browse files
authored
Newtype: Add another article to See Also (#151)
1 parent d7026aa commit 7ac0b4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patterns/newtype.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,4 @@ Here, `Bar` might be some public, generic type and `T1` and `T2` are some intern
101101
- [Newtypes in Haskell](https://wiki.haskell.org/Newtype)
102102
- [Type aliases](https://doc.rust-lang.org/stable/book/ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases)
103103
- [derive_more](https://crates.io/crates/derive_more), a crate for deriving many builtin traits on newtypes.
104+
- [The Newtype Pattern In Rust](https://www.worthe-it.co.za/blog/2020-10-31-newtype-pattern-in-rust.html)

0 commit comments

Comments
 (0)