Skip to content

EitherABCDEFG

ohitsdaniel edited this page Feb 5, 2021 · 3 revisions

EitherABCDEFG

An either type, representing up to 7 different view types

public enum EitherABCDEFG<A: View, B: View, C: View, D: View, E: View, F: View, G: View>

Inheritance

View

Enumeration Cases

a

case a(: A)

b

case b(: B)

c

case c(: C)

d

case d(: D)

e

case e(: E)

f

case f(: F)

g

case g(: G)

Properties

body

var body: some View
Clone this wiki locally