Skip to content

Commit 522869f

Browse files
author
Christopher Rowley
committed
document struct support
1 parent c2ea044 commit 522869f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/src/juliacall-reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ jl.Vector[jl.Int]()
202202
```
203203
204204
Some Julia types can be converted to corresponding numpy dtypes like `numpy.dtype(jl.Int)`.
205-
Currently supports these primitive types: `Bool`, `IntXX`, `UIntXX`, `FloatXX`,
206-
`ComplexFXX`, `NumpyDates.InlineDateTime64{unit}` and `NumpyDates.InlineTimeDelta64{unit}`.
205+
Supports primitive types: `Bool`, `IntXX`, `UIntXX`, `FloatXX`, `ComplexFXX`,
206+
`NumpyDates.InlineDateTime64{unit}` and `NumpyDates.InlineTimeDelta64{unit}`. Also
207+
supports tuples, named tuples and structs of these.
207208
`````
208209

209210
`````@customdoc

0 commit comments

Comments
 (0)