cm function

ConstantMember cm(
  1. double value
)

Creates a ConstantMember.

This is a convenience method to make cassowary expressions less verbose.

Implementation

ConstantMember cm(double value) => ConstantMember(value);