1#ifndef SIMDJSON_INTERNAL_TAPE_TYPE_H
2#define SIMDJSON_INTERNAL_TAPE_TYPE_H
@ UINT64
uint64_t: any integer that fits in uint64_t but not int64_t
@ BIGINT
std::string_view: big integer stored as raw digit string
@ DOUBLE
double: Any number with a "." or "e" that fits in double.
The top level simdjson namespace, containing everything the library provides.