Words

public struct Words : RandomAccessCollection
  • Declaration

    Swift

    public var startIndex: Int { get }
  • Declaration

    Swift

    public var endIndex: Int { get }
  • Declaration

    Swift

    public subscript(index: Int) -> Word { get }