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 32cefb0 commit aafaf7cCopy full SHA for aafaf7c
README.md
@@ -11,6 +11,15 @@ serve as a staging ground for ideas before they merged into Base Julia. For this
11
reason, no functionality is exported so that way if such functions are added
12
and exported in a future Base Julia there will be no issues with the upgrade.
13
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
23
## ismutable(x)
24
25
A trait function for whether `x` is a mutable or immutable array. Used for
0 commit comments