code.twelvefourseven.net

Swift

Published on: 2026-02-20

Strings

var s: String = "HELLO"
s.lowercased() == "hello"

Enums