Skip to content

EitherAB

ohitsdaniel edited this page Feb 5, 2021 · 3 revisions

EitherAB

An either type, representing up to 2 different view types

public enum EitherAB<A: View, B: View>

Inheritance

View

Enumeration Cases

a

case a(: A)

b

case b(: B)

Properties

body

var body: some View
Clone this wiki locally