AttributeTypeInteger indicates that the data type is a whole number with no fractional digits or decimal.
()
| 31 | |
| 32 | // AttributeTypeInteger indicates that the data type is a whole number with no fractional digits or decimal. |
| 33 | func AttributeTypeInteger() AttributeDataType { |
| 34 | return AttributeDataType{t: attributeDataTypeInteger} |
| 35 | } |
| 36 | |
| 37 | // AttributeMutability is a single keyword indicating the circumstances under which the value of the attribute can be |
| 38 | // (re)defined. |
no outgoing calls
searching dependent graphs…