aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/go/types/66559.md
blob: fbaf39191ea6548288256f0d74c84b72a34b1c92 (plain)
1
2
3
The [Alias] type now has an [Rhs] method that returns the type on the
right-hand side of its declaration: given `type A = B`, the `Rhs` of A
is B. ([#66559](/issue/12345))