Types
This is a comprehensive list of the built-in data types in the Bjarne language.
void
bool
User-definable Types
class
enum
interface
struct
Character Types
ascii
utf8
utf16
utf32
Integer Types
byte
ubyte
int8
uint8
int16
uint16
int32
uint32
int64
uint64
int128
uint128
Floating Point Types
float16
float32
float64
float128
SIMD Types
vector128
xmm
neon
ymm
zmm
Type Qualifiers
atomic
constexpr
shared
unbound
thread_local
unique
volatile
weak