Skip to content

Commit 6fb3004

Browse files
authored
Round out isconcretetype example (#134)
1 parent fffaf52 commit 6fb3004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

optimizing/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ isconcretetype(Vector) # Shorthand for `Vector{T} where T`
164164
isconcretetype(Vector{Real})
165165
isconcretetype(eltype(Vector{Real}))
166166
isconcretetype(Vector{Int64})
167+
isconcretetype(eltype(Vector{Int64}))
167168
```
168169

169170
\advanced{

0 commit comments

Comments
 (0)