Skip to content

Instantly share code, notes, and snippets.

@vikage
Last active August 19, 2021 10:41
Show Gist options
  • Save vikage/f798467190d6e9f09f207b22c0d50939 to your computer and use it in GitHub Desktop.
Save vikage/f798467190d6e9f09f207b22c0d50939 to your computer and use it in GitHub Desktop.
struct User {
var isActive: Bool
var age: Int
var isAdmin: Bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment