Skip to content

Instantly share code, notes, and snippets.

@TsRebornz
Last active January 30, 2023 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TsRebornz/cdb0f5e646bd6a16bbbd02f781bfdccc to your computer and use it in GitHub Desktop.
Save TsRebornz/cdb0f5e646bd6a16bbbd02f781bfdccc to your computer and use it in GitHub Desktop.
struct Size {
let width: Int
let height: Int
}
struct Table {
let size: Size
let material: String
}
let materialKeyPath = \Table.material
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment