Ch 1: Values and Types
Values are either cheap to copy or explicitly moved. This chapter introduces the surface types before later chapters explain ownership in detail.
name = "Rellum"
count = 3
enabled = true
Rellum
Values are either cheap to copy or explicitly moved. This chapter introduces the surface types before later chapters explain ownership in detail.
name = "Rellum"
count = 3
enabled = true