Created
August 3, 2019 23:50
-
-
Save PaulWoodIII/9512bb89bfeecc850c01c6731f0525d1 to your computer and use it in GitHub Desktop.
The Interface of List we are using
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public struct List<SelectionValue, Content> : View where SelectionValue : Hashable, Content : View { | |
| public init(selection: Binding<Set<SelectionValue>>?, @ViewBuilder content: () -> Content) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment