VerseReference

data class VerseReference(val chapter: ChapterReference, index: Int)

Represents a reference to a specific verse within a chapter of a book.

Constructors

Link copied to clipboard
constructor(chapter: ChapterReference, index: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The chapter reference.

Functions

Link copied to clipboard

Creates a VerseID object from this verse reference.