Constructor
new IdentityAugmenter()
- Source:
Example
// Simple usage
const sometimes = ((aug) => h.value([aug, ia.identity()]))
This augmenter does nothing it is used in combination with other augmenter Or to build sometimes augmenters
// Simple usage
const sometimes = ((aug) => h.value([aug, ia.identity()]))