Chapter 1
(omitted for brevity)
Chapter 2: Tour of Rust
-
Typical for function's return value to "fall off the end of the function"
-
Tests marked with #[test] attribute
(omitted for brevity)
Typical for function's return value to "fall off the end of the function"
Tests marked with #[test] attribute
*, | |
*::before, | |
*::after { | |
box-sizing: border-box; | |
} | |
:root { | |
-moz-tab-size: 4; | |
-o-tab-size: 4; | |
tab-size: 4; |
// | |
// ColorsRadix.swift | |
// BeatBuffer | |
// | |
// Created by Ben Vogt on 6/26/23. | |
// | |
import Foundation | |
// Dark colors roughly pulled from radix. Minor adjustments for case uniqueness. |