As it can be seen [here](https://github.com/sociomantic-tsunami/ocean/blob/a29f61736650f698fc4fbe5f7b88bf1ead138efb/src/ocean/meta/types/Qualifiers.d#L167), the `Unqual` template does not support `shared` and `inout`. It can be extended to support the two. In general, the entire `Qualifiers` module can be extended to support `shared`, as and wherever deemed necessary.
As it can be seen here, the
Unqualtemplate does not supportsharedandinout. It can be extended to support the two.In general, the entire
Qualifiersmodule can be extended to supportshared, as and wherever deemed necessary.