LexorankEx.prev

You're seeing just the function prev, go back to LexorankEx module for more information.
Link to this function

prev(rank, step \\ 8)

Returns next lexically lesser value for provided rank

LexorankEx.prev("i") => "a" default step is 8

LexorankEx.prev("b", step = 1) => "a"