File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -237,12 +237,12 @@ of function arguments that are containers of abstract types; see [Performance Ti
237
237
## Primitive Types
238
238
239
239
!!! warning
240
- It is almost always preferable to wrap an existing primitive type in a new
241
- composite type than to define your own primitive type.
240
+ It is almost always preferable to wrap an existing primitive type in a new
241
+ composite type than to define your own primitive type.
242
242
243
- This functionality exists to allow Julia to bootstrap the standard primitive
244
- types that LLVM supports. Once they are defined, there is very little reason
245
- to define more.
243
+ This functionality exists to allow Julia to bootstrap the standard primitive
244
+ types that LLVM supports. Once they are defined, there is very little reason
245
+ to define more.
246
246
247
247
A primitive type is a concrete type whose data consists of plain old bits. Classic examples of primitive
248
248
types are integers and floating-point values. Unlike most languages, Julia lets you declare your
You can’t perform that action at this time.
0 commit comments