Skip to content

Commit aafaf7c

Browse files
committed
Update README.md
1 parent 32cefb0 commit aafaf7c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ serve as a staging ground for ideas before they merged into Base Julia. For this
1111
reason, no functionality is exported so that way if such functions are added
1212
and exported in a future Base Julia there will be no issues with the upgrade.
1313

14+
## parent_type(x)
15+
16+
Returns the parent array that `x` wraps.
17+
18+
## is_dynamic(x)
19+
20+
Returns `true` if the size of `T` is dynamic. If `T` is dynamic then operations
21+
such as `pop!` and `popfirst!` are available for collections of type `T`.
22+
1423
## ismutable(x)
1524

1625
A trait function for whether `x` is a mutable or immutable array. Used for

0 commit comments

Comments
 (0)