Skip to content

Commit efb9f91

Browse files
authored
Added GATs into data/acronyms.json (#134)
* Add GATs GATs was add with an usage and two example. * Add GATs GATs was add with an usage and two example. #129
1 parent cddad63 commit efb9f91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

data/acronyms.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,13 @@
210210
"Usage": "",
211211
"Example": "<a href=\"https://github.com/ArduPilot/MissionPlanner/issues/2216\">ArduPilot</a>, <a href=\"https://fsharp.slack.com/archives/C1JH32U5D/p1635256259002400\">F#'s slack</a>"
212212
},
213+
{
214+
"Abbreviation": "GATs",
215+
"Definition": "Generic Associated Types",
216+
"Usage": "they allow you to define type, lifetime, or const generics on associated types",
217+
"Example": "<a href=\"https://old.reddit.com/r/rust/comments/ynvm8a/could_someone_explain_the_gats_like_i_was_5\">Reddit</a>, <a href=\"https://blog.rust-lang.org/2021/08/03/GATs-stabilization-push.html\">rust-lang</a>"
218+
219+
},
213220
{
214221
"Abbreviation": "GUI",
215222
"Definition": "Graphical User Interface",

0 commit comments

Comments
 (0)