ShapesValues returns all possible values for the type Shapes.
()
| 76 | |
| 77 | // ShapesValues returns all possible values for the type Shapes. |
| 78 | func ShapesValues() []Shapes { return _ShapesValues } |
| 79 | |
| 80 | // Values returns all possible values for the type Shapes. |
| 81 | func (i Shapes) Values() []enums.Enum { return enums.Values(_ShapesValues) } |