| 9 | /// A wrapper around an `ArrayRef` that allows to store `AnyMap` in it. |
| 10 | #[derive(Default, Debug)] |
| 11 | pub struct ArrayMap(pub Vec<AnyMap>); |
| 12 | |
| 13 | impl ArrayMap { |
| 14 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected