We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697d242 commit 6577377Copy full SHA for 6577377
src/interface.jl
@@ -2,7 +2,7 @@ const Tup = Union{Tuple, NamedTuple}
2
const EmptyTup = Union{Tuple{}, NamedTuple{(), Tuple{}}}
3
4
"""
5
- StructArrayys.component(x, i)
+ StructArrays.component(x, i)
6
7
Default to `getfield`. It should be overloaded for custom types with a custom
8
schema. See [`StructArrays.staticschema`](@ref).
0 commit comments