clonePopulator method

  1. @override
FloatingPointValuePopulator<FloatingPointValue> clonePopulator()
override

Creates a FloatingPointValuePopulator for the same type as this and with the same widths.

This must be overridden in subclasses so that the correct type of FloatingPointValuePopulator is returned for generating equivalent types of FloatingPointValues.

Implementation

@override
FloatingPointValuePopulator clonePopulator() => populator();