clone method

  1. @override
FloatingPoint8E4M3 clone({
  1. String? name,
})
override

Creates a new LogicStructure with the same structure as this and cloned elements, optionally with the provided name.

Implementation

@override
FloatingPoint8E4M3 clone({String? name}) => FloatingPoint8E4M3(name: name);