allVerseIDs

Generates a list of VerseID objects for all verses in this book.

Return

A list of VerseID objects.


fun allVerseIDs(chapter: Int): List<VerseID>

Generates a list of VerseID objects for all verses in a specific chapter in this book.

Return

A list of VerseID objects.

Parameters

chapter

The chapter number.