Reference

data class Reference(val from: VerseReference, val to: VerseReference)

Represents a range of verses in a Bible reference, from a starting verse to an ending verse.

Constructors

Link copied to clipboard
constructor(from: VerseReference, to: VerseReference)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The starting verse reference.

Link copied to clipboard

The ending verse reference.

Functions

Link copied to clipboard

Ensures that the 'from' verse reference is less than or equal to the 'to' verse reference.