populator static method

FloatingPointValuePopulator<FloatingPoint32Value> populator()
override

Creates a FloatingPointValuePopulator, which can then be used to complete construction using population functions.

Implementation

static FloatingPointValuePopulator<FloatingPoint32Value> populator() =>
    FloatingPoint32ValuePopulator(FloatingPoint32Value.uninitialized());