ConflictRangeType

public enum ConflictRangeType : UInt32

Conflict range types used internally by the C API.

  • Used to add a read conflict range

    Declaration

    Swift

    case read = 0
  • Used to add a write conflict range

    Declaration

    Swift

    case write = 1