File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11name = " StructTypes"
22uuid = " 856f2bd8-1eba-4b0a-8007-ebc267875bd4"
33authors = [" Jacob Quinn" ]
4- version = " 1.10.0 "
4+ version = " 1.10.1 "
55
66[deps ]
77Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change @@ -155,3 +155,24 @@ StructTypes.mapfields!
155155StructTypes.applyfield!
156156StructTypes.applyfield
157157```
158+
159+ ## Macros
160+
161+ The ` StructType ` of a type can be set using the following utility macros
162+
163+
164+ ``` @docs
165+ StructTypes.@Struct
166+ ```
167+
168+ And similarly for
169+ - ` StructTypes.@Mutable `
170+ - ` StructTypes.@CustomStruct `
171+ - ` StructTypes.@OrderedStruct `
172+ - ` StructTypes.@AbstractType `
173+ - ` StructTypes.@DictType `
174+ - ` StructTypes.@ArrayType `
175+ - ` StructTypes.@StringType `
176+ - ` StructTypes.@NumberType `
177+ - ` StructTypes.@BoolType `
178+ - ` StructTypes.@NullType `
You can’t perform that action at this time.
0 commit comments