FsrsState

data class FsrsState(val difficulty: Double, val stability: Double)

Data class representing the state of a flashcard in the FSRS6 algorithm.

Constructors

Link copied to clipboard
constructor(difficulty: Double, stability: Double)

Properties

Link copied to clipboard

The difficulty level of the flashcard.

Link copied to clipboard

The stability level of the flashcard.