Hey, looking at the following code: typealias Expo...
# getting-started
a
Hey, looking at the following code: typealias ExposureSelector = IntRange.() -> Int? ; basiclly defines a function signature, that gets no argument and returns Int? - can be executed on a IntRange object. is that right?