Span

public class Span : Item

A class that represents a position of an element in a string.

  • Start position of an element.

    Declaration

    Swift

    let startIdx: RealmOptional<Int>
  • End position of an element.

    Declaration

    Swift

    let endIdx: RealmOptional<Int>
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws