Glicko.Player.to_v1

You're seeing just the function to_v1, go back to Glicko.Player module for more information.

Specs

to_v1(player :: t()) :: v1()

Converts a v2 player to a v1.

A v1 player will pass-through unchanged.

Note the volatility field used in a v2 player will be lost in the conversion.