diff --git a/concepts/abstract-types/.meta/config.json b/concepts/abstract-types/.meta/config.json new file mode 100644 index 00000000..6f0adddd --- /dev/null +++ b/concepts/abstract-types/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for abstract types concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/array-comprehension/.meta/config.json b/concepts/array-comprehension/.meta/config.json new file mode 100644 index 00000000..988a57a8 --- /dev/null +++ b/concepts/array-comprehension/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for array comprehension concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/arrays/.meta/config.json b/concepts/arrays/.meta/config.json new file mode 100644 index 00000000..52428324 --- /dev/null +++ b/concepts/arrays/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for arrays concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/basics/.meta/config.json b/concepts/basics/.meta/config.json new file mode 100644 index 00000000..bab475a4 --- /dev/null +++ b/concepts/basics/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for basics concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/bit-manipulation/.meta/config.json b/concepts/bit-manipulation/.meta/config.json new file mode 100644 index 00000000..ed7f6d96 --- /dev/null +++ b/concepts/bit-manipulation/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for bit-manipulation concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/booleans/.meta/config.json b/concepts/booleans/.meta/config.json new file mode 100644 index 00000000..074b0e77 --- /dev/null +++ b/concepts/booleans/.meta/config.json @@ -0,0 +1,7 @@ +{ + "blurb": "TODO: add blurb for booleans concept", + "authors": [ + "mfoda" + ], + "contributors": [] +} diff --git a/concepts/chars/.meta/config.json b/concepts/chars/.meta/config.json new file mode 100644 index 00000000..38348b5b --- /dev/null +++ b/concepts/chars/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for chars concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/classes/.meta/config.json b/concepts/classes/.meta/config.json new file mode 100644 index 00000000..70666b5f --- /dev/null +++ b/concepts/classes/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for classes concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/constructors/.meta/config.json b/concepts/constructors/.meta/config.json new file mode 100644 index 00000000..9f78a3fe --- /dev/null +++ b/concepts/constructors/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for constructors concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/datetimes/.meta/config.json b/concepts/datetimes/.meta/config.json new file mode 100644 index 00000000..b592b122 --- /dev/null +++ b/concepts/datetimes/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for datetimes concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/do-while-loops/.meta/config.json b/concepts/do-while-loops/.meta/config.json new file mode 100644 index 00000000..b5209254 --- /dev/null +++ b/concepts/do-while-loops/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for do-while-loops concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/enums/.meta/config.json b/concepts/enums/.meta/config.json new file mode 100644 index 00000000..93a91c4e --- /dev/null +++ b/concepts/enums/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for enums concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/equality/.meta/config.json b/concepts/equality/.meta/config.json new file mode 100644 index 00000000..6ba71a2c --- /dev/null +++ b/concepts/equality/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for equality concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/exceptions/.meta/config.json b/concepts/exceptions/.meta/config.json new file mode 100644 index 00000000..a0e5a363 --- /dev/null +++ b/concepts/exceptions/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for exceptions concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/final/.meta/config.json b/concepts/final/.meta/config.json new file mode 100644 index 00000000..ac38d1ce --- /dev/null +++ b/concepts/final/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for final concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/flag-enums/.meta/config.json b/concepts/flag-enums/.meta/config.json new file mode 100644 index 00000000..133e5c72 --- /dev/null +++ b/concepts/flag-enums/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for flag-enums concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/floating-point-numbers/.meta/config.json b/concepts/floating-point-numbers/.meta/config.json new file mode 100644 index 00000000..c138794a --- /dev/null +++ b/concepts/floating-point-numbers/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for floating-point-numbers concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/for-loops/.meta/config.json b/concepts/for-loops/.meta/config.json new file mode 100644 index 00000000..322ef82a --- /dev/null +++ b/concepts/for-loops/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for for-loops concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/foreach-loops/.meta/config.json b/concepts/foreach-loops/.meta/config.json new file mode 100644 index 00000000..2dd40215 --- /dev/null +++ b/concepts/foreach-loops/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for foreach-loops concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/generic-types/.meta/config.json b/concepts/generic-types/.meta/config.json new file mode 100644 index 00000000..473b73d2 --- /dev/null +++ b/concepts/generic-types/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for generic-types concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/if-statements/.meta/config.json b/concepts/if-statements/.meta/config.json new file mode 100644 index 00000000..2c31973e --- /dev/null +++ b/concepts/if-statements/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for if-statements concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/indexers/.meta/config.json b/concepts/indexers/.meta/config.json new file mode 100644 index 00000000..9c452599 --- /dev/null +++ b/concepts/indexers/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for indexers concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/inheritance/.meta/config.json b/concepts/inheritance/.meta/config.json new file mode 100644 index 00000000..fd8e8d85 --- /dev/null +++ b/concepts/inheritance/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for inheritance concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/integral-numbers/.meta/config.json b/concepts/integral-numbers/.meta/config.json new file mode 100644 index 00000000..3ab66e05 --- /dev/null +++ b/concepts/integral-numbers/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for integral-numbers concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/interfaces/.meta/config.json b/concepts/interfaces/.meta/config.json new file mode 100644 index 00000000..6bc03ee6 --- /dev/null +++ b/concepts/interfaces/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for interfaces concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/iterators/.meta/config.json b/concepts/iterators/.meta/config.json new file mode 100644 index 00000000..a403a698 --- /dev/null +++ b/concepts/iterators/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for iterators concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/lambda/.meta/config.json b/concepts/lambda/.meta/config.json new file mode 100644 index 00000000..948ce8cf --- /dev/null +++ b/concepts/lambda/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for lambda concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/lists/.meta/config.json b/concepts/lists/.meta/config.json new file mode 100644 index 00000000..2f6a3750 --- /dev/null +++ b/concepts/lists/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for lists concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/maps/.meta/config.json b/concepts/maps/.meta/config.json new file mode 100644 index 00000000..bce91968 --- /dev/null +++ b/concepts/maps/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for maps concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/nullability/.meta/config.json b/concepts/nullability/.meta/config.json new file mode 100644 index 00000000..c7d2f0ba --- /dev/null +++ b/concepts/nullability/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for nullability concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/numbers/.meta/config.json b/concepts/numbers/.meta/config.json new file mode 100644 index 00000000..0d51afc3 --- /dev/null +++ b/concepts/numbers/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for numbers concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/operator-overloading/.meta/config.json b/concepts/operator-overloading/.meta/config.json new file mode 100644 index 00000000..c1b123c5 --- /dev/null +++ b/concepts/operator-overloading/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for operator-overloading concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/option-type/.meta/config.json b/concepts/option-type/.meta/config.json new file mode 100644 index 00000000..bdba82a6 --- /dev/null +++ b/concepts/option-type/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for option type concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/optional-arguments/.meta/config.json b/concepts/optional-arguments/.meta/config.json new file mode 100644 index 00000000..8d6dbd4b --- /dev/null +++ b/concepts/optional-arguments/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for optional-arguments concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/pattern-matching/.meta/config.json b/concepts/pattern-matching/.meta/config.json new file mode 100644 index 00000000..5c808ad7 --- /dev/null +++ b/concepts/pattern-matching/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for pattern-matching concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/properties/.meta/config.json b/concepts/properties/.meta/config.json new file mode 100644 index 00000000..20a3e8bd --- /dev/null +++ b/concepts/properties/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for properties concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/randomness/.meta/config.json b/concepts/randomness/.meta/config.json new file mode 100644 index 00000000..e4dc2f68 --- /dev/null +++ b/concepts/randomness/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for randomness concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/reflection/.meta/config.json b/concepts/reflection/.meta/config.json new file mode 100644 index 00000000..b32e2a8d --- /dev/null +++ b/concepts/reflection/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for reflection concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/regular-expressions/.meta/config.json b/concepts/regular-expressions/.meta/config.json new file mode 100644 index 00000000..10f622dc --- /dev/null +++ b/concepts/regular-expressions/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for regular-expressions concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/rest-args/.meta/config.json b/concepts/rest-args/.meta/config.json new file mode 100644 index 00000000..63493717 --- /dev/null +++ b/concepts/rest-args/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for rest args concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/string-buffer/.meta/config.json b/concepts/string-buffer/.meta/config.json new file mode 100644 index 00000000..613b1602 --- /dev/null +++ b/concepts/string-buffer/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for string-buffer concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/string-interpolation/.meta/config.json b/concepts/string-interpolation/.meta/config.json new file mode 100644 index 00000000..abdc5c64 --- /dev/null +++ b/concepts/string-interpolation/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for string-interpolation concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/strings/.meta/config.json b/concepts/strings/.meta/config.json new file mode 100644 index 00000000..763d58ec --- /dev/null +++ b/concepts/strings/.meta/config.json @@ -0,0 +1,7 @@ +{ + "blurb": "TODO: add blurb for strings concept", + "authors": [ + "mfoda" + ], + "contributors": [] +} diff --git a/concepts/switch-expressions/.meta/config.json b/concepts/switch-expressions/.meta/config.json new file mode 100644 index 00000000..4328a214 --- /dev/null +++ b/concepts/switch-expressions/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for switch-expressions concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/templates/.meta/config.json b/concepts/templates/.meta/config.json new file mode 100644 index 00000000..29e48e36 --- /dev/null +++ b/concepts/templates/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for templates concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/ternary-operators/.meta/config.json b/concepts/ternary-operators/.meta/config.json new file mode 100644 index 00000000..726aa606 --- /dev/null +++ b/concepts/ternary-operators/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for ternary-operators concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/throw-expressions/.meta/config.json b/concepts/throw-expressions/.meta/config.json new file mode 100644 index 00000000..76e32681 --- /dev/null +++ b/concepts/throw-expressions/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for throw-expressions concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/time/.meta/config.json b/concepts/time/.meta/config.json new file mode 100644 index 00000000..e88d847c --- /dev/null +++ b/concepts/time/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for time concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/typedefs/.meta/config.json b/concepts/typedefs/.meta/config.json new file mode 100644 index 00000000..df7c4b6d --- /dev/null +++ b/concepts/typedefs/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for typedefs concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/using-statements/.meta/config.json b/concepts/using-statements/.meta/config.json new file mode 100644 index 00000000..5add8a15 --- /dev/null +++ b/concepts/using-statements/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for using statements concept", + "authors": [], + "contributors": [] +} diff --git a/concepts/while-loops/.meta/config.json b/concepts/while-loops/.meta/config.json new file mode 100644 index 00000000..bacac95d --- /dev/null +++ b/concepts/while-loops/.meta/config.json @@ -0,0 +1,5 @@ +{ + "blurb": "TODO: add blurb for while-loops concept", + "authors": [], + "contributors": [] +} diff --git a/config.json b/config.json index b72680ed..814cb715 100644 --- a/config.json +++ b/config.json @@ -460,308 +460,257 @@ { "uuid": "dc822d69-c2c5-4864-8a6b-d32b4b311bf0", "slug": "abstract-types", - "name": "Abstract Types", - "blurb": "TODO: add blurb for abstract types concept" + "name": "Abstract Types" }, { "uuid": "6d7de9ca-d86d-440b-8d32-e9706cc1c887", "slug": "arrays", - "name": "Arrays", - "blurb": "TODO: add blurb for arrays concept" + "name": "Arrays" }, { "uuid": "0d9fdd70-9a02-4c80-9e58-a21f75db4022", "slug": "array-comprehension", - "name": "Array Comprehension", - "blurb": "TODO: add blurb for array comprehension concept" + "name": "Array Comprehension" }, { "uuid": "2ebbccb7-90c6-4c1a-98ec-0aae557e332c", "slug": "basics", - "name": "Basics", - "blurb": "TODO: add blurb for basics concept" + "name": "Basics" }, { "uuid": "eafd6776-8bb6-48a1-b350-700aa365b0ef", "slug": "bit-manipulation", - "name": "Bit Manipulation", - "blurb": "TODO: add blurb for bit-manipulation concept" + "name": "Bit Manipulation" }, { "uuid": "efa768d3-0774-4b0e-a0b2-31f6542368d6", "slug": "booleans", - "name": "Booleans", - "blurb": "TODO: add blurb for booleans concept" + "name": "Booleans" }, { "uuid": "fe407658-0199-4d78-98ac-2cfcbbd23c3b", "slug": "chars", - "name": "Chars", - "blurb": "TODO: add blurb for chars concept" + "name": "Chars" }, { "uuid": "934b7c38-bdd0-4013-b1a2-74882286db31", "slug": "classes", - "name": "Classes", - "blurb": "TODO: add blurb for classes concept" + "name": "Classes" }, { "uuid": "957e6fa2-5eb4-446b-9b03-0a9f5bd45de4", "slug": "ternary-operators", - "name": "Conditionals Ternary", - "blurb": "TODO: add blurb for ternary-operators concept" + "name": "Conditionals Ternary" }, { "uuid": "180a9a90-46e4-412f-8498-90e8bc71e4ae", "slug": "constructors", - "name": "Constructors", - "blurb": "TODO: add blurb for constructors concept" + "name": "Constructors" }, { "uuid": "f2f71b9c-9d4b-4f0c-a3cd-bfb68aa2d440", "slug": "datetimes", - "name": "Datetimes", - "blurb": "TODO: add blurb for datetimes concept" + "name": "Datetimes" }, { "uuid": "0c3c91f5-1559-468f-8101-457d4af21a5c", "slug": "do-while-loops", - "name": "Do While Loops", - "blurb": "TODO: add blurb for do-while-loops concept" + "name": "Do While Loops" }, { "uuid": "4315aab4-c9e1-40dc-988d-59c062bfd025", "slug": "enums", - "name": "Enums", - "blurb": "TODO: add blurb for enums concept" + "name": "Enums" }, { "uuid": "d4bb5105-3d0e-42e9-9a74-999f3dff634e", "slug": "equality", - "name": "Equality", - "blurb": "TODO: add blurb for equality concept" + "name": "Equality" }, { "uuid": "b8489415-8e7f-407e-9089-5bd62869e9ac", "slug": "exceptions", - "name": "Exceptions", - "blurb": "TODO: add blurb for exceptions concept" + "name": "Exceptions" }, { "uuid": "0a234e37-d282-4413-b109-8d49cde39637", "slug": "final", - "name": "Final", - "blurb": "TODO: add blurb for final concept" + "name": "Final" }, { "uuid": "e3c060ed-c0a0-4c97-bbb0-5addbd06bbb4", "slug": "flag-enums", - "name": "Flag Enums", - "blurb": "TODO: add blurb for flag-enums concept" + "name": "Flag Enums" }, { "uuid": "77b9419b-d17f-47aa-9621-0173613e76f1", "slug": "floating-point-numbers", - "name": "Floating Point Numbers", - "blurb": "TODO: add blurb for floating-point-numbers concept" + "name": "Floating Point Numbers" }, { "uuid": "a6035e7f-166a-4c55-877a-57d3c3ac6e60", "slug": "for-loops", - "name": "For Loops", - "blurb": "TODO: add blurb for for-loops concept" + "name": "For Loops" }, { "uuid": "42721af5-0b1d-4044-bf3c-1a4bbeffbab2", "slug": "foreach-loops", - "name": "Foreach Loops", - "blurb": "TODO: add blurb for foreach-loops concept" + "name": "Foreach Loops" }, { "uuid": "4c68f296-0938-4e7b-8c95-4b608d8f637f", "slug": "generic-types", - "name": "Generic Types", - "blurb": "TODO: add blurb for generic-types concept" + "name": "Generic Types" }, { "uuid": "f73f0d04-d507-42ef-b8cb-baa956e1bffc", "slug": "if-statements", - "name": "If Statements", - "blurb": "TODO: add blurb for if-statements concept" + "name": "If Statements" }, { "uuid": "2e219dd7-3701-4498-9648-e2c428677814", "slug": "indexers", - "name": "Indexers", - "blurb": "TODO: add blurb for indexers concept" + "name": "Indexers" }, { "uuid": "5a6f4399-aae2-4166-a463-e4b3f6dd6b14", "slug": "inheritance", - "name": "Inheritance", - "blurb": "TODO: add blurb for inheritance concept" + "name": "Inheritance" }, { "uuid": "a54bf7b9-110b-4411-acd6-2570fae02f01", "slug": "integral-numbers", - "name": "Integral Numbers", - "blurb": "TODO: add blurb for integral-numbers concept" + "name": "Integral Numbers" }, { "uuid": "7c9cc892-76fe-48b1-85fd-b6550687d5fd", "slug": "interfaces", - "name": "Interfaces", - "blurb": "TODO: add blurb for interfaces concept" + "name": "Interfaces" }, { "uuid": "fee9269b-8c3f-467a-8954-a6d77503cd44", "slug": "iterators", - "name": "Iterators", - "blurb": "TODO: add blurb for iterators concept" + "name": "Iterators" }, { "uuid": "8091e584-70c0-456e-beca-4301ae5fa855", "slug": "lambda", - "name": "Lambda", - "blurb": "TODO: add blurb for lambda concept" + "name": "Lambda" }, { "uuid": "abb5b666-29e9-4a3c-b474-73bc8a7cc7a8", "slug": "lists", - "name": "Lists", - "blurb": "TODO: add blurb for lists concept" + "name": "Lists" }, { "uuid": "d5650f6d-5e63-4c5a-827b-edfb69a722cd", "slug": "maps", - "name": "Maps", - "blurb": "TODO: add blurb for maps concept" + "name": "Maps" }, { "uuid": "708e38bd-584e-4ec7-9955-ad1d12d4d5f6", "slug": "nullability", - "name": "Nullability", - "blurb": "TODO: add blurb for nullability concept" + "name": "Nullability" }, { "uuid": "dcf5fe4a-cb83-4157-9a48-3b9497451be1", "slug": "numbers", - "name": "Numbers", - "blurb": "TODO: add blurb for numbers concept" + "name": "Numbers" }, { "uuid": "c7db9784-72e9-481f-9c2c-65639b67b06a", "slug": "operator-overloading", - "name": "Operator Overloading", - "blurb": "TODO: add blurb for operator-overloading concept" + "name": "Operator Overloading" }, { "uuid": "528952c5-724c-42e4-bd01-623d83bde799", "slug": "option-type", - "name": "Option Type", - "blurb": "TODO: add blurb for option type concept" + "name": "Option Type" }, { "uuid": "f6c4b38d-c41a-47b2-a2b6-85dbab9f665a", "slug": "optional-arguments", - "name": "Optional Arguments", - "blurb": "TODO: add blurb for optional-arguments concept" + "name": "Optional Arguments" }, { "uuid": "0b0aaf29-4107-476f-b65b-595c0af0c61f", "slug": "pattern-matching", - "name": "Pattern Matching", - "blurb": "TODO: add blurb for pattern-matching concept" + "name": "Pattern Matching" }, { "uuid": "cef63cd3-55b9-4138-80cb-8f032092e0fb", "slug": "properties", - "name": "Properties", - "blurb": "TODO: add blurb for properties concept" + "name": "Properties" }, { "uuid": "5ed418c6-111f-41ef-9506-e2faa3b1211b", "slug": "randomness", - "name": "Randomness", - "blurb": "TODO: add blurb for randomness concept" + "name": "Randomness" }, { "uuid": "275da84a-5255-45da-86c0-38cc5e5e1b1d", "slug": "reflection", - "name": "Reflection", - "blurb": "TODO: add blurb for reflection concept" + "name": "Reflection" }, { "uuid": "b42ed342-afc1-4e91-b8fc-d45e5bef01fa", "slug": "regular-expressions", - "name": "Regular Expressions", - "blurb": "TODO: add blurb for regular-expressions concept" + "name": "Regular Expressions" }, { "uuid": "78d07a0a-e12e-4b95-a098-3f323636f804", "slug": "rest-args", - "name": "Rest Args", - "blurb": "TODO: add blurb for rest args concept" + "name": "Rest Args" }, { "uuid": "fffee673-ecb1-456b-9c9d-e081a705d5db", "slug": "string-buffer", - "name": "String Buffer", - "blurb": "TODO: add blurb for string-buffer concept" + "name": "String Buffer" }, { "uuid": "ebe21c69-0f45-4f9b-8c18-0aa8871e1f3c", "slug": "string-interpolation", - "name": "String Interpolation", - "blurb": "TODO: add blurb for string-interpolation concept" + "name": "String Interpolation" }, { "uuid": "826f3347-254d-4b21-93cf-79224bca4e4e", "slug": "strings", - "name": "Strings", - "blurb": "TODO: add blurb for strings concept" + "name": "Strings" }, { "uuid": "5a723da2-aabf-4bcd-908e-9a2344702209", "slug": "switch-expressions", - "name": "Switch Expressions", - "blurb": "TODO: add blurb for switch-expressions concept" + "name": "Switch Expressions" }, { "uuid": "408b83d9-18b1-4f23-b04f-36743bf56c64", "slug": "templates", - "name": "Templates", - "blurb": "TODO: add blurb for templates concept" + "name": "Templates" }, { "uuid": "e8880b32-05ca-46e7-b512-b5af332f2fcb", "slug": "throw-expressions", - "name": "Throw Expressions", - "blurb": "TODO: add blurb for throw-expressions concept" + "name": "Throw Expressions" }, { "uuid": "ff4fe0e1-9f03-40bb-8fef-757d00febc30", "slug": "time", - "name": "Time", - "blurb": "TODO: add blurb for time concept" + "name": "Time" }, { "uuid": "6da6536b-faff-41f0-a4ee-29339c045beb", "slug": "typedefs", - "name": "Typedefs", - "blurb": "TODO: add blurb for typedefs concept" + "name": "Typedefs" }, { "uuid": "0a25732c-87a6-4022-8a98-14659f6ebb9a", "slug": "using-statements", - "name": "Using statements", - "blurb": "TODO: add blurb for using statements concept" + "name": "Using statements" }, { "uuid": "f599a2c9-269f-43d0-a57d-f7e66344a804", "slug": "while-loops", - "name": "While Loops", - "blurb": "TODO: add blurb for while-loops concept" + "name": "While Loops" } ], "key_features": [