Skip to content
TILens What matters today in tech v0.0.4
Theme

Topic · Edition

Rust

1 items on 06 Apr 2013
Rust

Writing type parametric functions in Go

Go’s only method of compile time safe polymorphism is structural subtyping, and this article will do nothing to change that. Instead, I’m going to present a package ty with facilities to write type parametric functions…

Source: Andrew Gallant's Blog Andrew Gallant