Macro agnes::StorageTypes[][src]

macro_rules! StorageTypes {
    () => { ... };
    (++ $others:ty) => { ... };
    ($dtype:ty) => { ... };
    ($dtype:ty, $($tok:tt)*) => { ... };
}