Skip to content

Instantly share code, notes, and snippets.

@varun04
Created August 4, 2021 10:20
Show Gist options
  • Select an option

  • Save varun04/361468b30f226c28d299f07aef7c15ba to your computer and use it in GitHub Desktop.

Select an option

Save varun04/361468b30f226c28d299f07aef7c15ba to your computer and use it in GitHub Desktop.
enum DownSamplingLevel: Int {
case level0 = 1
case level1 = 2
case level2 = 4
case level3 = 8
public static var `default`: DownSamplingLevel {
.level0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment