module Kiwi::Strength

Extended Modules

Defined in:

strength.cr

Constant Summary

MEDIUM = create(0.0, 1.0, 0.0)
REQUIRED = create(1000.0, 1000.0, 1000.0)
STRONG = create(1.0, 0.0, 0.0)
WEAK = create(0.0, 0.0, 1.0)