Sharpen constructor

Sharpen([
  1. dynamic strength
])

Implementation

Sharpen([dynamic strength]) {
  _strength = strength;
}