11 ::ll::TypedStorage<1, 1, bool> isNumber;
12 ::ll::TypedStorage<1, 1, bool> isFloat;
13 ::ll::TypedStorage<4, 4, float> floatVal;
14 ::ll::TypedStorage<4, 4, int> intVal;
15 ::ll::TypedStorage<1, 1, bool> isBool;
16 ::ll::TypedStorage<1, 1, bool> boolVal;
17 ::ll::TypedStorage<8, 32, ::std::string> stringVal;