-
Notifications
You must be signed in to change notification settings - Fork 0
Home
WowbaggersLiquidLunch edited this page May 7, 2021
·
3 revisions
-
IntervalBoundaryAccessibility:
This file contains the definitaion of
IntervalBoundaryAccessibility
andIntervalBoundaryAvailability
structs. The structs are defined ouside of theInterval
generic struct, because boundaries are universal across all intervals, and not bound by the interval's member's type. A boundary, either closed or open. - IntervalBoundaryAvailability: A boundary, either inclusive or exclusive.
- Interval.Endpoint: An endpoint's style, either bounded or unbounded.
-
Interval:
This file contains the definition of the
Interval
generic struct, along with its extensions. Extensions ofIntervalMember
that closely relate toInterval
are also contained within, but potentially will be moved into their own files. An interval.
-
Countable:
This file defines and provides default implementation for
Countable
, and conformsBinaryInteger
types in the standard library to it. A type representing members of a countable set. -
IntervalMember:
A type that can be accepted by
Interval
as itsMember
.
Generated at 2021-05-07T22:30:06+0000 using swift-doc 1.0.0-beta.6.