Skip to content

EitherABCDEFGHIJ

ohitsdaniel edited this page Apr 29, 2021 · 3 revisions

EitherABCDEFGHIJ

An either type, representing up to 10 different view types

public enum EitherABCDEFGHIJ<A: View, B: View, C: View, D: View, E: View, F: View, G: View, H: View, I: View, J: View>: 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)

h

case h(H)

i

case i(I)

j

case j(J)

Properties

body

public var body: some View 
Clone this wiki locally