populator static method
override
Creates a FloatingPointValuePopulator, which can then be used to complete construction using population functions.
Implementation
static FloatingPointValuePopulator<FloatingPointBF16Value> populator() =>
FloatingPointValuePopulator(FloatingPointBF16Value.uninitialized());