- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LiteralType (0.14 sec)
-
doc/go1.17_spec.html
They consist of the type of the literal followed by a brace-bound list of elements. Each element may optionally be preceded by a corresponding key. </p> <pre class="ebnf"> CompositeLit = LiteralType LiteralValue . LiteralType = StructType | ArrayType | "[" "..." "]" ElementType | SliceType | MapType | TypeName . LiteralValue = "{" [ ElementList [ "," ] ] "}" . ElementList = KeyedElement { "," KeyedElement } .
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)