6 lines
105 B

package ff
// NewElement returns a new empty *Element
func NewElement() *Element {
return &Element{}
}