From https://thatthinginswift.com/guard-statement-swift/
if !(4...16 ~= name.characters.count) { return false }